SPOC for Claude Desktop
io.github.spoc-app/mcp-bridge
stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed
client:Claude Desktop
transport:stdio
runtime:npm
Install SPOC in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-bridge": {
"command": "npx",
"args": [
"-y",
"@spocapp/mcp-bridge"
],
"env": {
"SPOC_BEARER": "<SPOC_BEARER>",
"SPOC_ENDPOINT": "<SPOC_ENDPOINT>",
"SPOC_EVENTS_ENDPOINT": "<SPOC_EVENTS_ENDPOINT>",
"SPOC_TIMEOUT_MS": "<SPOC_TIMEOUT_MS>",
"SPOC_DISABLE_SSE": "<SPOC_DISABLE_SSE>",
"SPOC_DEBUG": "<SPOC_DEBUG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs