deloc-mcp
OfficialDeloc
Deploy static web apps to a shareable URL in seconds — from your terminal or your AI coding agent.
Deloc is the fastest way to ship a static web app and share it with your team. This repo contains the open-source clients that talk to the Deloc hosting service:
@deloc/cli—npx @deloc/cli deployfrom any terminal@deloc/mcp— MCP server so Claude Code, Cursor, and other agents can deploy on your behalf
Quickstart
From your terminal
npx @deloc/cli deployThat's it. The CLI builds your project (if needed), uploads the output, and prints a live URL. First run opens your browser to sign in.
From your AI coding agent
Claude Code:
claude mcp add deloc --scope user -- npx -y @deloc/mcp@latestCursor — add to .cursor/mcp.json:
{
"mcpServers": {
"deloc": {
"command": "npx",
"args": ["-y", "@deloc/mcp@latest"]
}
}
}Then say "deploy this to Deloc" and get a live URL back in your chat.
Related MCP server: seite
What you get
Works with any static site — React, Vue, Svelte, plain HTML, or anything with an
index.htmlJSX/TSX files deploy directly — single or multi-file React projects work with no build step
Instant URLs — deploy in seconds, share immediately
Password protection — restrict access with a single parameter
OG previews — set custom images and descriptions for Slack/X link previews
Auth at the edge — Deloc's Cloudflare Worker can lock published apps to a list of allowed email domains. Publishers never write auth code.
Free tier
Three live apps, 100MB total storage, 30-day auto-expiry, 1GB bandwidth per app per month. Password protection included. No credit card.
Need more? See deloc.dev/pricing for Pro ($10/mo), Pro Unlimited ($25/mo), Team ($35/publisher/mo), and Enterprise.
How it works
your project → @deloc/cli or @deloc/mcp → api.deloc.dev → Cloudflare R2
↓
Cloudflare Worker (edge)
↓
*.deloc.app URLThe CLI and MCP are thin clients around a single HTTP API. They zip your build output, upload it, and return a URL. All hosting, CDN, auth, and abuse prevention happens server-side on Deloc's infrastructure.
Repository layout
packages/
cli/ @deloc/cli CLI entry point and commands
mcp/ @deloc/mcp MCP server + tools exposed to AI agents
shared/ @deloc/shared shared types, constants, build/upload helpers
(bundled into cli and mcp at build time)Development
See CONTRIBUTING.md for local dev setup, conventions, and how to run against a local API.
Quick start:
pnpm install
pnpm -r build
pnpm -r testSecurity
If you find a security issue, please email security@deloc.dev rather than opening a public issue. See SECURITY.md.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for Shipstatic — deploy and manage static sites from AI agents. Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client.Last updated151263MIT
- Alicense-qualityCmaintenanceAI-native static site generator with built-in MCP server and Claude Code integrationLast updated13MIT

StelaSpaceofficial
AlicenseAqualityAmaintenanceStelaSpace is an HTML-first knowledge base for the artifacts AI agents create. This MCP server lets Claude Code, Claude Desktop, and Codex publish HTML files straight from your editor — it takes a file path and uploads from disk, so even large data-heavy reports work. Free tier available.Last updated359MIT- AlicenseAqualityAmaintenanceMCP server for VibeKit — build, deploy, and manage hosted apps and chat with each app's persistent server-side AI agent from Claude Desktop, Cursor, or any MCP client. Every app gets its own agent and a live URL; bring your own Claude/OpenAI key or pay-as-you-go.Last updated3674MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/delocdev/deloc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server