spawnpoint for Claude Desktop
com.getspawnpoint/spawnpoint
Deploy the small apps your agent builds: one tool call returns a live, private shareable HTTPS link.
client:Claude Desktop
transport:streamable-http
Install spawnpoint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"spawnpoint": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.getspawnpoint.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs