Skip to content

Xcode: MCP Bridge Wrapper for Cursor for Zed

io.github.soundblaster/xcode-mcpbridge-wrapper

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

client:Zed transport:stdio runtime:pypi

Install Xcode: MCP Bridge Wrapper for Cursor in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "xcode-mcpbridge-wrapper": {
      "command": "uvx",
      "args": [
        "mcpbridge-wrapper"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Xcode: MCP Bridge Wrapper for Cursor in other clients