MCP Hub
Back to servers

Shipstatic

Deploy and manage static sites from AI agents

Registry
Updated
Mar 4, 2026

Quick Install

npx -y @shipstatic/mcp

@shipstatic/mcp

MCP server for Shipstatic — deploy and manage static sites from AI agents.

Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client.

Setup

Add to your MCP client configuration:

{
  "mcpServers": {
    "shipstatic": {
      "command": "npx",
      "args": ["@shipstatic/mcp"],
      "env": {
        "SHIP_API_KEY": "ship-..."
      }
    }
  }
}

Get your API key at my.shipstatic.com.

Tools

Deployments

ToolDescription
deployments_uploadUpload deployment from directory
deployments_listList all deployments
deployments_getShow deployment information
deployments_setSet deployment labels
deployments_removeDelete deployment permanently

Domains

ToolDescription
domains_setCreate domain, link to deployment, or update labels
domains_listList all domains
domains_getShow domain information
domains_recordsGet required DNS records for a domain
domains_validateCheck if domain name is valid and available
domains_verifyTrigger DNS verification for external domain
domains_removeDelete domain permanently

Registry

Published to the MCP Registry as com.shipstatic/mcp.

License

MIT

Reviews

No reviews yet

Sign in to write a review