Odel
Xcode: MCP Bridge Wrapper for Cursor

Xcode: MCP Bridge Wrapper for Cursor

Local
@soundblaster20PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcpbridge-wrapperv0.1.6

Run

uvx mcpbridge-wrapper

MCP client config

{
  "mcpServers": {
    "xcode-mcp-bridge-wrapper-for-cursor": {
      "command": "uvx",
      "args": [
        "mcpbridge-wrapper"
      ]
    }
  }
}