deplo-mcp
v0.1.0
Published
deplo.sh MCP server — use deplo.sh from Claude, Cursor, and any MCP-compatible agent host
Readme
deplo-mcp
Give Claude, Cursor, and any MCP-compatible AI the ability to deploy files, sites, and APIs to a public URL.
Why does your agent need a deployment primitive?
AI agents can research, write code, generate reports, and build dashboards — but they have no way to publish the output. There's no built-in "deploy" tool. The result sits in a chat window or a local file.
deplo.sh fills that gap. It's a deployment platform built for agents — not for Git workflows. One tool call, one API key, one live URL.
The MCP server is the zero-config way to connect deplo.sh to any MCP-compatible host:
- Claude Desktop — deploy directly from a conversation
- Cursor — build and deploy without leaving your editor
- OpenClaw — integrate into any MCP-compatible agent framework
- Any MCP host — standard protocol, universal compatibility
Why deplo.sh?
| | deplo.sh | Manual alternative |
|---|---|---|
| Deploy | One tool call | Create repo → push → configure hosting → wait for build |
| Config | Zero | vercel.json, netlify.toml, build settings |
| Agent-callable | Yes — native MCP tools | No — requires browser, CLI, and manual steps |
| Time to URL | < 5 seconds | Minutes to hours |
| Git required | No | Yes |
Quick start
Claude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"deplo": {
"url": "https://mcp.deplo.sh",
"env": {
"DEPLO_KEY": "sk_live_xxxxxxxxxxxxxxxx"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"deplo": {
"url": "https://mcp.deplo.sh",
"env": {
"DEPLO_KEY": "sk_live_xxxxxxxxxxxxxxxx"
}
}
}Get your API key at deplo.sh/dashboard/tokens.
Available tools
| Tool | Description |
|---|---|
| deploy | Deploy files and get a public URL. Auto-creates project. |
| list_projects | List all projects in the workspace. |
| get_project | Get details of a project by ID or slug. |
| list_deployments | List all deployment versions for a project. |
| promote_deployment | Make an older deployment the live version (rollback). |
| delete_project | Delete a project and all its deployments. |
Example prompts
"Generate a summary of our Q1 sales data, format it as an HTML report, and deploy it to deplo.sh."
"Build an interactive dashboard from this CSV and deploy it."
"Roll back the latest deployment of weekly-report to the previous version."
Links
License
MIT
