Static Hosting MCP
Deploy static sites instantly from AI agents - no account required. 15 tools for deployments and custom domains.
claude_desktop_config.json
{
"mcpServers": {
"shipstatic": {
"command": "npx",
"args": ["@shipstatic/mcp"],
"env": {
"SHIP_API_KEY": "ship-..."
}
}
}
}
Model Context Protocol
Let your agent ship.
15 tools for deployments and domains. No account needed - your agent deploys, gets a live URL, and gives the user a claim link.
- Deploy without an account or API key
- Works with Claude Code, Cursor, Windsurf & VS Code
- Claim URL to keep deployments permanently
- Structured errors with actionable hints
$
claude mcp add shipstatic -- npx @shipstatic/mcp
Configuration as Code
One file. Full control.
Drop a ship.json in your project root to configure rewrites, redirects, and custom headers. No dashboard clicks, no deploy flags, just code.
SPA Rewrites
Route all paths to index.html for client-side routing.
Redirects
Permanent or temporary redirects with status codes.
Custom Headers
Set CORS, CSP, cache-control, and any other HTTP header.
ship.json
{
"rewrites": [
{
"source": "/**",
"destination": "/index.html"
}
]
}
Ready to go live?
No extra charges, no surprise bills, nothing to maintain.