EdgeSpark + MCP

Deploy from any MCP-compatible agent.

Not on Claude Code, Codex, or Cursor? Any agent that speaks MCP can use EdgeSpark. Add the generic skill and the EdgeSpark docs MCP server, and it can build and ship full-stack apps.

Works over MCPAgent runs the deployLive on the edge

How EdgeSpark plugs into MCP agents

Generic skill path

Add the EdgeSpark skills to any agent with “npx skills add edgesparkhq/agent-skills” — no first-class plugin required.

Docs MCP server

Connect the EdgeSpark docs MCP server so your agent answers from the real CLI and platform reference while it builds.

Same managed backend

Whatever the agent, you get the same managed SQL database, auth, and object storage per project.

Same edge runtime

Apps deploy to Cloudflare Workers infrastructure and return a live URL — independent of which agent shipped them.

MCP, simply

MCP — the Model Context Protocol — is the open standard that lets AI agents call external tools and read external context in a consistent way. EdgeSpark leans on it so you are not locked to one agent.

Connect the EdgeSpark docs MCP server and your agent can look up the exact CLI commands and platform behavior as it works. Add the generic EdgeSpark skill and it knows the build-and-deploy workflow. The deploy itself still runs through the EdgeSpark CLI — the agent drives it; you get a live URL.

Set it up

Three steps for any MCP agent.

  1. 1

    Add the skill & MCP server

    Add the EdgeSpark skills and connect the docs MCP server to your agent.

    npx add-mcp https://mcp.edgespark.dev/docs
  2. 2

    Sign in & pick a workspace

    Unlock the live URL your agent deploys into — less than a coffee.

    $1/mo · Starter plan

  3. 3

    Tell your agent to deploy

    Say it in plain words. You get back a live URL with a database, login, and storage.

    deploy this

Launch plan

Pick a plan, then ship.

Choose a paid workspace and unlock the live URL your agent deploys into. A free tier is available later from the dashboard.

Starter

$1/mo
Projects per organizationUp to 5
Database?Relational data per project — user accounts, posts, orders, etc. Good for most early-stage projects.Unlimited during Beta100 MB
Storage?Files, images, and videos per project. Upgrade when serving lots of product images, media uploads, or asset-heavy content.Unlimited during Beta512 MB
SupportCommunity

Pro

Most popular
$5/mo
Projects per organizationUp to 50
Database?Relational data per project — user accounts, posts, orders, etc. Good for most early-stage projects.Unlimited during Beta512 MB
Storage?Files, images, and videos per project. Upgrade when serving lots of product images, media uploads, or asset-heavy content.Unlimited during Beta256 GB
SupportPriority

Frequently asked questions

Which agents can use EdgeSpark over MCP?
Any MCP-compatible AI coding agent. Claude Code, Codex, Gemini CLI, Cursor, and Copilot have first-class plugins; everything else uses the generic skills + MCP path.
What is the EdgeSpark docs MCP server for?
It lets your agent read EdgeSpark's CLI and platform reference on demand, so it builds and deploys using accurate, current commands. Connect it with “npx add-mcp https://mcp.edgespark.dev/docs”.
Does the deploy happen over MCP?
The deploy runs through the EdgeSpark CLI, which the agent invokes. MCP gives the agent the context and skills; the CLI does the provisioning and deploy.