ShipStatic ShipStatic

One URL.
Your agent ships.

Drop mcp.shipstatic.com into any MCP client. Your agent can publish a website in its next message — free, no install, no signup, no API key.

https://mcp.shipstatic.com

Works with

Claude Cursor Antigravity Windsurf VS Code n8n and any MCP client
Claude
> Deploy my landing page to the web.
I'll publish ./dist via shipstatic.
shipstatic.deployments_upload
✔ Live at https://cool-fox-a8f3k2.shipstatic.com
⚡ Claim it: https://my.shipstatic.com/claim/a8f3k2
Your site is live. Visit the claim link to keep it permanently — without claiming, it expires in 3 days.

What you can ask

"Ship the dist folder."

"Publish my Vite build to a live URL."

"Deploy and password-protect with preview2026."

"Re-publish with the new files."

"Ship it to a temporary URL I can send to my client."

"Tag this deployment v1.2 and publish it."

With the local install, your agent can also list deployments, link custom domains, switch live versions, and look up DNS records — for example: "Connect www.example.com to the latest deployment" or "Show me the DNS records I need to set up."

How it works

01.  Deploy

Agent uploads files. Site is live instantly at a unique URL. Free — no account, no API key.

02.  Claim

Response includes a claim URL. The user visits it to take ownership of the site.

03.  Keep

Claimed sites are permanent. Unclaimed deployments expire after 3 days. Free API key removes the limit.

Add it to your client

Same URL, every client. Drop it into your MCP config and your agent picks it up on the next session.

Claude Code

claude mcp add --transport http shipstatic https://mcp.shipstatic.com

Cursor, Antigravity, Windsurf, n8n, Zed — anywhere with mcp.json

{
  "mcpServers": {
    "shipstatic": {
      "url": "https://mcp.shipstatic.com"
    }
  }
}

Claude Desktop, Claude.ai web — add a custom connector pointing at https://mcp.shipstatic.com.

VS Code — install the ShipStatic extension; the MCP server is built in.

Run it locally for the full toolset

The hosted endpoint exposes deployments_upload only. Run the package locally with a free API key to manage deployments, link custom domains, access account-tied operations, and get bigger limits.

claude mcp add shipstatic -e SHIP_API_KEY=ship-... -- npx @shipstatic/mcp

MCP docs · npm · GitHub · MCP Registry

Other ways agents can ship

For agents that shell out, run code, or speak HTTP directly.

CLI

For agents that run shell commands. One command, no install.

npx @shipstatic/ship ./dist

CLI docs

Skill

One markdown file that teaches any agent to deploy via the CLI.

curl -so .claude/skills/ship/SKILL.md https://www.shipstatic.com/SKILL.md

Skill docs

SDK

Same package as the CLI. new Ship().deploy('./dist')

SDK docs

REST API

Direct HTTP for any language or runtime.

API docs

Machine-readable documentation

llms.txt — platform summary with links

llms-full.txt — complete documentation in a single file

SKILL.md — agent skill instructions

.well-known/mcp.json — MCP server discovery

One URL. Your agent ships.

Drop it into any MCP client and deploy your first site in the next message.

https://mcp.shipstatic.com

MCP docs · Run locally · GitHub