ShipStatic ShipStatic

No signup required.
Your agent deploys instantly.

No account, no API key, no configuration. Deploy static sites from any AI agent — the user claims ownership later.

Works with

Claude Code Cursor Antigravity Windsurf VS Code n8n and more

How it works

01.  Deploy

Agent uploads files. Site is live instantly at a unique URL. 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.

Claude Code
> Deploy my site to the web
I'll deploy the ./dist directory to ShipStatic.
$ npx @shipstatic/ship ./dist
✔ Uploaded 23 files (840KB)
✔ 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.

MCP Server

15 tools for deployments and custom domains. Install once, deploy from any MCP client.

claude mcp add shipstatic -- npx @shipstatic/mcp

npm · GitHub · MCP Registry · Learn more

CLI

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

npx @shipstatic/ship ./dist

CLI docs · npm · GitHub

Skill

One markdown file that teaches any AI agent to deploy. Open standard.

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

View SKILL.md · Skill docs

For developers

SDK

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

SDK docs · npm

REST API

Direct HTTP access for any language or runtime.

API docs · Reference

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

IDE setup

Claude Code

claude mcp add shipstatic -- npx @shipstatic/mcp

Cursor

// ~/.cursor/mcp.json
{ "mcpServers": { "shipstatic": { "command": "npx", "args": ["@shipstatic/mcp"] } } }

Antigravity

// ~/.antigravity/mcp.json
{ "mcpServers": { "shipstatic": { "command": "npx", "args": ["@shipstatic/mcp"] } } }

Windsurf

// ~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "shipstatic": { "command": "npx", "args": ["@shipstatic/mcp"] } } }

VS Code — Install the ShipStatic extension, MCP server is built in.

Let your agent ship.

Install the MCP server and deploy your first site in under a minute.

claude mcp add shipstatic -- npx @shipstatic/mcp

Or install from npm · View on GitHub