← Index

ShipStatic

com.shipstatic/mcp·v0.4.5·Other
Quality Score
95
/100

Deploy static sites instantly from AI agents — no account required

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shipstatic/mcp"
      ],
      "env": {
        "SHIP_API_KEY": "<your-ship_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shipstatic/mcp"
      ],
      "env": {
        "SHIP_API_KEY": "<your-ship_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @shipstatic/mcp
§02  Environment variables
SHIP_API_KEY
secret

Optional. Deployments work without it — sites go live instantly with a claim URL. With it, deployments are permanent and tied to your account.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Other