mcpbeat Sign in

MCPBridge MCP Server

local only

MCPBridge runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 20 May 2026.

Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender.

Installs per day peak 11 · avg 6 · +9% w/w
a month agotoday
32
Installs / week
npm · @iamjrmh/mcpbridge
3
Stars
0 open issues
20 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 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.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
Executes code built at runtime blender-plugin/MCPBridge.py:104
    exec(compile(code, "<mcp_execute>", "exec"), ns)  # noqa: S102
Executes code built at runtime roblox-plugin/OllamaMCP.lua:156
    local fn, err = loadstring(payload.code)

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

Alternatives to MCPBridge

same job, measured the same way
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

544 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Morningform
by contactxyz-admin

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

22 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Openclaw Control MCP
by smurfy92

MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.

442 installs/wk local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only

MCPBridge — questions

Answers built from our own checks of this server.

Why is there no uptime for MCPBridge?
MCPBridge 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 @iamjrmh/mcpbridge was installed 32 times last week.
How do I connect MCPBridge?
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 @iamjrmh/mcpbridge straight from npm; nothing to host, nothing to sign up for.
How many people use MCPBridge?
The npm package @iamjrmh/mcpbridge was installed 32 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCPBridge open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 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.