Skip to content

Instantly share code, notes, and snippets.

@SoundBlaster
Created January 29, 2026 10:09
Show Gist options
  • Select an option

  • Save SoundBlaster/2163624d8cc3198b025ec04784b75445 to your computer and use it in GitHub Desktop.

Select an option

Save SoundBlaster/2163624d8cc3198b025ec04784b75445 to your computer and use it in GitHub Desktop.
How to connect Zed IDE to the XcodeBuildMCP on macOS
{
/// The name of your MCP server
"XcodeBuildMCP": {
/// The command which runs the MCP server
"command": "npx",
/// The arguments to pass to the MCP server
"args": ["-y","xcodebuildmcp@latest"],
/// The environment variables to set
"env": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment