Ship MCP
Deploy a static site to Shipstatic and link it to your domain — directly from Claude Code, Cursor, or any MCP client.
claude_desktop_config.json
{
"mcpServers": {
"shipstatic": {
"command": "npx",
"args": ["@shipstatic/mcp"],
"env": {
"SHIP_API_KEY": "ship-..."
}
}
}
}
Model Context Protocol
Let your agent ship.
12 tools that give AI agents full control over deployments and domains. One line to configure, zero code to write.
- Works with Claude Code, Cursor & VS Code Copilot
- Deploy, manage domains, verify DNS
- Structured errors with actionable hints
- Thin wrapper over the Ship SDK
$
claude mcp add shipstatic -- npx -y @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.