AgentHubAgentHub

ShipStatic

MCP ServerMCP Registry官方收录

com.shipstatic/mcp · v0.6.0

Deploy websites from AI agents. Free at mcp.shipstatic.com. Install for the full toolset.

概览

ShipStatic 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shipstatic/mcp"
      ]
    }
  }
}

环境变量

SHIP_API_KEY可选secret

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 you get bigger limits.

相关资源

统一 Manifest

{
  "id": "com.shipstatic/mcp",
  "type": "mcp-server",
  "version": "0.6.0",
  "displayName": "ShipStatic",
  "description": "Deploy websites from AI agents. Free at mcp.shipstatic.com. Install for the full toolset.",
  "repository": {
    "url": "https://github.com/shipstatic/mcp",
    "source": "github"
  },
  "homepage": "https://shipstatic.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@shipstatic/mcp",
        "version": "0.6.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SHIP_API_KEY",
            "description": "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 you get bigger limits.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.shipstatic.com"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.shipstatic/mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.shipstatic%2Fmcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ShipStatic — MCP Server 安装与配置 · AgentHub