Xcode MCP Server (r-huijts)
CodeComprehensive Xcode MCP server for AI assistants — manage iOS simulators, interact with Xcode projects, and automate tasks.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"xcode-mcp-server": {
"command": "npx",
"args": [
"-y",
"xcode-mcp-server"
]
}
}
} Looking for the right MCP server?
Answer a few questions — get an AI-picked shortlist of MCP servers that match your IDE and stack.
Open AI Tool Finder