mcpbeat Sign in

SPOC MCP Server

local only

SPOC runs on your own machine — the client starts it, so there is no endpoint to ping. 223 installs a week from npm. Last commit 21 Sep 2026.

stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed

Installs per day peak 223 · avg 7
a month agotoday
223
Installs / week
npm · @spocapp/mcp-bridge
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SPOC every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-bridge -- npx -y @spocapp/mcp-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bridge": {
      "args": [
        "-y",
        "@spocapp/mcp-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-bridge]
command = "npx"
args = ["-y", "@spocapp/mcp-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bridge": {
      "args": [
        "-y",
        "@spocapp/mcp-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-bridge": {
      "args": [
        "-y",
        "@spocapp/mcp-bridge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SPOC_BEARER (Bearer token from https://spoc.com/settings/api-keys. Omit for anonymous access; required for tools that need a principal (e.g. spoc.harness.issue).), SPOC_ENDPOINT (HTTP JSON-RPC endpoint. Defaults to https://spoc.com/mcp/rpc.), SPOC_EVENTS_ENDPOINT (SSE endpoint for server-initiated notifications. Defaults to https://spoc.com/mcp/events.), SPOC_TIMEOUT_MS (HTTP request timeout in milliseconds. Defaults to 30000.), SPOC_DISABLE_SSE (Set to 1 to skip the SSE event stream (notifications become unavailable).), SPOC_DEBUG (Set to 1 to log debug output to stderr.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SPOC

same job, measured the same way
Morningform
by contactxyz-admin

stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.

18 installs/wk local only
Web2md
by web2md

MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.

53 installs/wk local only
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
MCP Notifications
by topvisor

MCP server for desktop notifications over stdio

39 installs/wk local only
Claude Desktop Bridge
by kimiguel

Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)

43 installs/wk local only
FunseaAI Unity MCP
by funseaai

stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.

local only
Funplay Godot MCP
by funplayai

stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.

110 installs/wk local only
Funplay Unreal MCP
by funplayai

stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.

52 installs/wk local only

SPOC — questions

Answers built from our own checks of this server.

Why is there no uptime for SPOC?
SPOC runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @spocapp/mcp-bridge was installed 223 times last week.
How do I connect SPOC?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @spocapp/mcp-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use SPOC?
The npm package @spocapp/mcp-bridge was installed 223 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SPOC open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.