Edit the file ~/.copilot/mcp-config.json and add Xcode-MCP inside the mcpServers object:
"mcpServers": {
"Xcode-MCP": {
"type": "stdio",
"command": "xcrun",
"tools": [
"*"
],
"args": [
"mcpbridge"
]
}
// ...
}Then start Copilot and ask something like: “What can Xcode-MCP do?” You should see an alert in Xcode requesting permission for Copilot to use Xcode MCP.
Approve the request, and you’re all set.
Thanks for this! After setup, have you ever had Copilot return
MCP error -32600when trying to use any of the tools? For example, even when a build succeeds, Copilot will tell me it ran into the errorMCP error -32600: Tool BuildProject has an output schema but did not return structured content. 🤔