Skip to content
Cursor

Xcode: MCP Bridge Wrapper for Cursor for Cursor

io.github.soundblaster/xcode-mcpbridge-wrapper

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

client:Cursor transport:stdio runtime:pypi

Install Xcode: MCP Bridge Wrapper for Cursor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "xcode-mcpbridge-wrapper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpbridge-wrapper"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Xcode: MCP Bridge Wrapper for Cursor in other clients