mcpbeat Sign in

Clervo Connect MCP Server

local only

Clervo Connect runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 18 Aug 2026.

Free-first Clervo tools and bounded opt-in commerce through one local wallet.

Installs per day peak 44 · avg 9 · +109% w/w
a month agotoday
63
Installs / week
npm · @clervo/mcp
0
Stars
6 open issues
18 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

    const response = await fetcher('http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token', {
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.

        const child = spawn(options.pythonExecutable, [options.scriptPath], { stdio: ['pipe', 'pipe', 'pipe'], env: { LANG: 'C.UTF-8', PATH: process.env.PATH ?? '' } });
  return JSON.parse(await readFile(path.join(root, 'packages/catalog', name), 'utf8'));
…(e){return Tu(e)}var Lu=`0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee`,Ru=`0x0000000000000000000000000000000000000000`,zu=`0x6080604052348015600e575f80fd5b5061016d8061001c5f395ff3fe608060405234801561000f575f80fd5b5060043610610029575f3560e01c8063f8b2cb4f1461002d575b5f80fd5b610047600…
        "https://api.telegram.org"
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Touches key and credential files .github/workflows/publish-router.yml:104
          if grep -Eiq '(^|/)(src|wallet\.json|\.env|\.npmrc|[^/]*\.(pem|key))($|/)' "$RUNNER_TEMP/router-release/contents.txt"; then exit 1; fi

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Clervo Connect and you get told the day something new turns up.

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

Alternatives to Clervo Connect

same job, measured the same way
AGZ Rust MCP
by ugur-murat-alt

Bounded, source-write-free Rust correctness tools grounded in Cargo and rustc output.

local only
AGZ Rust Coder
by ugur-murat-alt

Bounded, source-write-free Rust correctness tools grounded in Cargo and rustc output.

local only
Contract Ops MCP
by drbaher

One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.

128 installs/wk local only
Linkwarden MCP
by flumpiey

Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.

204 installs/wk local only
DWIN Research Adoption
by vidvinianinov

Find, ground, evaluate, and selectively retain AI research through one local-first MCP.

45 installs/wk local only
McpMux
by mcpmux

McpMux — configure MCP servers once, connect every AI client through one local gateway.

local only
McpMux
by mcpmux

McpMux — configure MCP servers once, connect every AI client through one local gateway.

local only
Mindmap MCP Server
by ravi-labs

Local-first memory & context-handoff across AI tools — capture in one, resume in another. No cloud.

39 installs/wk local only

Clervo Connect — questions

Answers built from our own checks of this server.

Why is there no uptime for Clervo Connect?
Clervo Connect 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 @clervo/mcp was installed 63 times last week.
How do I connect Clervo Connect?
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 @clervo/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Clervo Connect?
The npm package @clervo/mcp was installed 63 times in the last week. Week over week that is +109%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clervo Connect open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 6 open issues, but we could not determine the licence, and without one the code is not open source by default.