Xcode: MCP Bridge Wrapper for Cursor for Grok
io.github.soundblaster/mcpbridge-wrapper
Python wrapper that makes Xcode's MCP bridge compatible with strict MCP clients like Cursor
client:Grok
transport:stdio
runtime:pypi
Install Xcode: MCP Bridge Wrapper for Cursor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcpbridge-wrapper": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpbridge-wrapper"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs