mcpbeat Sign in

Compound Labs MCP Server

local only

Compound Labs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 475 installs a week from npm. Last commit 20 Sep 2026.

Compound Labs: eleven keyless lookups. Model pricing, dep health, stack cost, registries.

Installs per day peak 432 · avg 14
a month agotoday
475
Installs / week
npm · compound-mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command ops/npm/publish.mjs:43
  execFileSync(cmd, args, { cwd: ROOT, encoding: 'utf8', stdio: ['ignore', 'pipe', 'pipe'], ...opts });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 compound-mcp -- npx -y compound-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "compound-mcp": {
      "args": [
        "-y",
        "compound-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.compound-mcp]
command = "npx"
args = ["-y", "compound-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "compound-mcp": {
      "args": [
        "-y",
        "compound-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "compound-mcp": {
      "args": [
        "-y",
        "compound-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Compound Labs MCP

same job, measured the same way
Modelpricewatch
by modelpricewatch

Live LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required.

25 installs/wk 4 tools answering
Postal Lookup MCP
by lulu-the-narwhal

Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates.

1 tools answering
LLM Hosting Pricing
by llmhosting

LLM and GPU rental prices: model price lookup, GPU listings, cheapest-GPU search, price history

5 tools answering
Tokencost Dev
by jeff-atriumn

LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM

30 installs/wk local only
Fmcsa
by pipeworx-io

US motor-carrier registry: DOT/MC/name lookup, operating authority, safety — keyless

40 tools answering
Companies House
by pipeworx-io

Companies House MCP — UK statutory company registry (BYO key)

36 tools answering
Elevenlabs MCP
by runapi-builder

RunAPI MCP server for ElevenLabs: create tasks, poll status, check pricing.

65 installs/wk local only
Bcrp Pe
by pipeworx-io

Banco Central de Reserva del Perú (BCRP) statistics series API MCP. Keyless.

37 tools answering

Compound Labs MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Compound Labs MCP?
Compound Labs MCP 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 compound-mcp was installed 475 times last week.
How do I connect Compound Labs MCP?
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 compound-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Compound Labs MCP?
The npm package compound-mcp was installed 475 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 Compound Labs MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.