← Discover MCPs and Agents
s
MCPDeveloper toolsMCP Registry

spawnpoint

Deploy the small apps your agent builds: one tool call returns a live, private shareable HTTPS link.

Links

README

From the repo.

spawnpoint plugin

The official Claude Code plugin for spawnpoint: your agent builds a small app, spawnpoint puts it online, and you get a link to share.

Install

claude plugin marketplace add spawnpoint-inc/spawnpoint-plugin
claude plugin install spawnpoint@spawnpoint

Restart Claude Code so the skills load, then just talk to your agent:

  • "set up spawnpoint": connects Claude Code to spawnpoint and walks you through a one-time browser sign-in. No keys to copy.
  • "deploy this to spawnpoint": builds, ships, and hands you the link.

Update

Do this once and never think about updates again: run /plugin, open Marketplaces, select spawnpoint, and enable auto-update. Third-party marketplaces have it off by default, which is why it takes the one toggle; after that Claude Code picks up new versions on its own.

Prefer manual? Two commands, then restart Claude Code:

claude plugin marketplace update spawnpoint
claude plugin update spawnpoint@spawnpoint

New MCP tools need no plugin update at all: agents discover them from the server.

What's in it

Two skills and the MCP wiring, in plugin/spawnpoint/:

  • setup-spawnpoint: registers the MCP server and drives the OAuth sign-in.
  • deploy-to-spawnpoint: packages the app and calls the deploy_project tool.

Details in the plugin README. This repo is the published plugin only; docs live at getspawnpoint.com.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://app.getspawnpoint.com/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.