Home › Cloud & Monitoring › ShipStatic
ShipStatic
Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@shipstatic/[email protected]"
],
"env": {
"SHIP_TOKEN": "<YOUR_VALUE>"
}
}
}
}
SHIP_TOKENsecret — 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
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry