streamable-httpMITupdated 24d ago
The official Claude Code plugin for spawnpoint: your agent builds a small app, spawnpoint puts it online, and you get a link to share.
What can you do with spawnpoint?
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 thedeploy_projecttool.
Details in the plugin README. This repo is the published plugin only; docs live at getspawnpoint.com.
Install
Add spawnpoint to your client. Pick the one you use.
claude mcp add --transport http spawnpoint https://app.getspawnpoint.com/mcpcodex mcp add spawnpoint --url https://app.getspawnpoint.com/mcp{
"mcpServers": {
"spawnpoint": {
"url": "https://app.getspawnpoint.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"spawnpoint": {
"type": "http",
"url": "https://app.getspawnpoint.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"spawnpoint": {
"url": "https://app.getspawnpoint.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"spawnpoint": {
"serverUrl": "https://app.getspawnpoint.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 17 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.5.0Latest | Aug 14, 2026 |