mcpbeat Sign in

Claude Desktop Bridge MCP Server

local only

Claude Desktop Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 9 Sep 2026.

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

Installs per day peak 32 · avg 1
a month agotoday
78
Installs / week
npm · claude-desktop-bridge
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Claude Desktop Bridge 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 claude-desktop-bridge -- npx -y claude-desktop-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claude-desktop-bridge": {
      "args": [
        "-y",
        "claude-desktop-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claude-desktop-bridge]
command = "npx"
args = ["-y", "claude-desktop-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "claude-desktop-bridge": {
      "args": [
        "-y",
        "claude-desktop-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "claude-desktop-bridge": {
      "args": [
        "-y",
        "claude-desktop-bridge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VAULT_DIR (Directory for the local SQLite vault database (defaults to ~/.claude-bridge)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Claude Desktop Bridge

same job, measured the same way
Relay
by mhcoen

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

105 installs/wk local only
CoderSwap MCP Server
by njlnaet

Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.

26 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
ableton-mind — Ableton Live MCP server
by pantani

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

33 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

449 installs/wk local only
I
Chalk
by appkitstudio

Chalk's bundled MCP server for drawing diagrams on macOS via Claude, Cursor, VS Code

local only

Claude Desktop Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Desktop Bridge?
Claude Desktop Bridge 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 claude-desktop-bridge was installed 78 times last week.
How do I connect Claude Desktop Bridge?
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 claude-desktop-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use Claude Desktop Bridge?
The npm package claude-desktop-bridge was installed 78 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 Claude Desktop Bridge 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.