mcpbeat Sign in

Xcode: MCP Bridge Wrapper for Cursor MCP Server

local only

Xcode: MCP Bridge Wrapper for Cursor runs on your own machine — the client starts it, so there is no endpoint to ping. 262 installs a week from pypi. Last commit 2 Jul 2026.

Python wrapper that makes Xcode's MCP bridge compatible with strict MCP clients like Cursor

Installs per day peak 131 · avg 60 · -33% w/w
a month agotoday
262
Installs / week
pypi · mcpbridge-wrapper
20
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

            normalized = os.path.abspath(os.path.join(base_dir, raw_log_dir))

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

Alternatives to Xcode: MCP Bridge Wrapper for Cursor

same job, measured the same way
Xcode: MCP Bridge Wrapper for Cursor
by soundblaster

Python wrapper that makes Xcode's MCP bridge compatible with strict MCP clients like Cursor

local only
I
Ghost MCP Server
by ghostsecurity

Minimal MCP server for Ghost Security API - compatible with all MCP clients

33 installs/wk local only
Debugium
by algiras

AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++

29 installs/wk local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

34 installs/wk local only
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

171 installs/wk local only
Strava MCP Bridge
by millerchou

Use Strava's official MCP from Codex and other local stdio clients without a developer app.

27 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

31 installs/wk local only
Ezstat MCP Server
by ezstat

Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.

48 installs/wk local only

Xcode: MCP Bridge Wrapper for Cursor — questions

Answers built from our own checks of this server.

Why is there no uptime for Xcode: MCP Bridge Wrapper for Cursor?
Xcode: MCP Bridge Wrapper for Cursor 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 pypi package mcpbridge-wrapper was installed 262 times last week.
How do I connect Xcode: MCP Bridge Wrapper for Cursor?
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 mcpbridge-wrapper straight from pypi; nothing to host, nothing to sign up for.
How many people use Xcode: MCP Bridge Wrapper for Cursor?
The pypi package mcpbridge-wrapper was installed 262 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xcode: MCP Bridge Wrapper for Cursor open source?
Yes — it is published under the MIT licence, written in Python and 20 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.