Shipstatic MCP
Free, no account needed — deploy static websites, landing pages, and prototypes instantly from AI agents
Description
Free, no account needed — deploy static websites, landing pages, and prototypes instantly from AI agents
Quick Install
npx @shipstatic/mcp
What This MCP Enables
- → Claude Code
- → Cursor
- → Antigravity
- → Windsurf, Zed, and other MCP clients
- → Deploy — Free, No Account Needed
- → All Tools — Free API Key
Installation
### Claude Code
```bash
claude mcp add shipstatic -- npx @shipstatic/mcp
```
### Cursor
Add to `~/.cursor/mcp.json`:
```json
{
"mcpServers": {
"shipstatic": {
"command": "npx",
"args": ["@shipstatic/mcp"]
}
}
}
```
### Antigravity
Add to `~/.gemini/antigravity/mcp_config.json`:
```json
{
"mcpServers": {
"shipstatic": {
"command": "npx",
"args": ["@shipstatic/mcp"]
}
}
}
```
### Windsurf, Zed, and other MCP clients
Same config format — `npx @shipstatic/mcp` via stdio. Works with any MCP-compatible client.
Stack & Dependencies
sdk
ship
zod
Use Cases
Claude Code
Using sdk and ship
Antigravity
Using sdk and ship
Windsurf, Zed, and other MCP clients
Using sdk and ship
Deploy u2014 Free, No Account Needed
Using sdk and ship
Related Skills & MCPs
Frequently Asked Questions
What technologies does Shipstatic MCP require?
This MCP server requires sdk, ship, and zod. Ensure these are available in your environment before configuring it with Claude Code.
How does Shipstatic MCP communicate with Claude?
Shipstatic MCP uses the stdio transport protocol to communicate with Claude Code via the Model Context Protocol.
How do I install Shipstatic MCP?
You can install Shipstatic MCP using npx: `npx @shipstatic/mcp`. Add it to your Claude Code MCP configuration to start using it.
Is Shipstatic MCP free to use?
Shipstatic MCP is completely free to use. You can download the configuration or copy it directly from the page.
What capabilities does Shipstatic MCP provide?
This MCP server enables Claude to: Claude Code; Cursor; Antigravity; and 3 more capabilities.