Skip to main content

Python wrapper for xcrun mcpbridge that adds structuredContent to MCP responses

Project description

XcodeMCPWrapper - mcpbridge-wrapper

Python 3.7+ License: MIT Coverage MCP Registry

A Python wrapper that makes Xcode 26.3's MCP bridge compatible with Cursor and other strict MCP-spec-compliant clients.

The Problem

Xcode's mcpbridge returns tool responses in the content field but omits the required structuredContent field when a tool declares an outputSchema. According to the MCP specification, when outputSchema is declared, responses must include structuredContent.

  • ✅ Claude Code and Codex CLI work (they have special handling for Apple's responses)
  • ❌ Cursor strictly follows the spec and rejects non-compliant responses

The Solution

mcpbridge-wrapper intercepts responses from xcrun mcpbridge and copies the data from content into structuredContent, making Xcode's MCP tools fully compatible with all MCP clients.

┌─────────────┐    MCP Protocol    ┌──────────────────┐   MCP Protocol   ┌────────────┐    XPC    ┌─────────┐
│   Cursor    │ ◄────────────────► │ mcpbridge-wrapper│ ◄──────────────► │ mcpbridge  │ ◄───────► │  Xcode  │
│ (MCP Client)│                    │  (This Project)  │                  │  (Bridge)  │           │  (IDE)  │
└─────────────┘                    └──────────────────┘                  └────────────┘           └─────────┘

Quick Start

Prerequisites

  • macOS with Xcode 26.3+
  • Python 3.7+
  • Xcode Tools MCP Server enabled (see below)

⚠️ Important: You MUST enable Xcode Tools MCP in Xcode settings:

  1. Open Xcode > Settings (⌘,)
  2. Select Intelligence in the sidebar
  3. Under Model Context Protocol, toggle Xcode Tools ON

If you see "Found 0 tools" in your MCP client logs, this setting is not enabled.

Installation

Option 1: Via MCP Registry (Recommended)

If your MCP client supports the MCP Registry, you can install directly:

Server name: io.github.SoundBlaster/xcode-mcpbridge-wrapper

# Using mcp-publisher CLI
mcp-publisher install io.github.SoundBlaster/xcode-mcpbridge-wrapper

# Or via your MCP client's registry browser

Option 2: Manual Installation

git clone https://github.com/SoundBlaster/XcodeMCPWrapper.git
cd XcodeMCPWrapper
./scripts/install.sh

Add the following to your ~/.bashrc or ~/.zshrc:

export PATH="$HOME/bin:$PATH"

Then reload config:

source ~/.zshrc

or use shortcut:

. ~/.zshrc

Uninstallation

To remove mcpbridge-wrapper from your system:

./scripts/uninstall.sh

Options:

  • --dry-run or -n: Show what would be removed without removing
  • --yes or -y: Skip confirmation prompt

Configuration

Cursor

Edit ~/.cursor/mcp.json with replacing YOUR_USERNAME with your real username:

{
  "mcpServers": {
    "xcode-tools": {
      "command": "/Users/YOUR_USERNAME/bin/mcpbridge-wrapper",
      "args": []
    }
  }
}

Claude Code

claude mcp add --transport stdio xcode -- ~/bin/mcpbridge-wrapper

Codex CLI

codex mcp add xcode -- ~/bin/mcpbridge-wrapper

Zed Agent

Edit ~/.zed/settings.json (or use the Zed > Settings menu):

{
  "xcode-tools": {
    "command": "/Users/YOUR_USERNAME/bin/mcpbridge-wrapper",
    "args": [],
    "env": {}
  }
}

Usage

Once configured, ask your AI assistant to use Xcode tools:

"Build my project"
"Run the tests"
"Find all Swift files in the project"
"Show me the build errors"

Documentation

Performance

  • Overhead: <0.01ms per transformation
  • Memory: <10MB footprint
  • Coverage: 98.2% test coverage

License

MIT License - see LICENSE for details.

Acknowledgments

  • Apple's Xcode team for the MCP bridge functionality
  • The MCP protocol specification
  • The Cursor, Claude, and Codex teams for AI-powered development tools

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcpbridge_wrapper-0.1.7.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcpbridge_wrapper-0.1.7-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file mcpbridge_wrapper-0.1.7.tar.gz.

File metadata

  • Download URL: mcpbridge_wrapper-0.1.7.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mcpbridge_wrapper-0.1.7.tar.gz
Algorithm Hash digest
SHA256 70db8ab728bb5b50a29ed1512677bb53551bd60e2c40621b3926cf4c9873cfd9
MD5 99fba6b3c7137fa8cbb7fad460cd2b01
BLAKE2b-256 f80c6b830aa9f5bda0c92899a41f22ddce281dc9ffbc4edb6a32484d3e4cee76

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpbridge_wrapper-0.1.7.tar.gz:

Publisher: publish-mcp.yml on SoundBlaster/XcodeMCPWrapper

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcpbridge_wrapper-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for mcpbridge_wrapper-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 9e1448abfde3738c3ed07531c022b9fd19f981b714446860f3640caf35108876
MD5 aa0b509e65b493401f2a1462c137df9b
BLAKE2b-256 6736b729c6bcfb0ff6929152cbea3bc083ef743943059c7bbfd10c0894da189e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpbridge_wrapper-0.1.7-py3-none-any.whl:

Publisher: publish-mcp.yml on SoundBlaster/XcodeMCPWrapper

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page