HomeCloud & Monitoring › ShipStatic

ShipStatic

Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.

TypeScript Cloud Remote
★ 7 stars Last pushed 2026-09-23 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.shipstatic.com Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.shipstatic.com

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.shipstatic.com"
    }
  }
}

Package (npm 2.2.0)

npx -y @shipstatic/mcp@2.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shipstatic/mcp@2.2.0"
      ],
      "env": {
        "SHIP_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHIP_TOKEN secret — Your API key — one credential, two names: the console mints it as an API key (ship-...), and this setting carries it as the token. Free at https://my.shipstatic.com/api-key. Optional: without it, deploys behave like the hosted endpoint (public, claim URL, 3-day expiry). With it, deployments are permanent, the full toolset (custom domains, listing, account-tied ops) unlocks, and rate limits are your own instead of the shared anonymous pools.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry