Xcode MCP Server
Related Servers
Alternatives to Xcode MCP Server
No user-submitted related servers found.
Related Servers
- -licenseNot gradedqualityNot gradedmaintenanceA server that acts as a bridge between Claude and local Xcode projects, enabling AI-powered code assistance, project management, and automated development tasks without exposing your code to the internet.-
- AlicenseNot gradedqualityBmaintenanceConnects AI coding clients like OpenCode, Codex, and Claude Code to Xcode and Apple development tools, enabling builds, tests, simulator and device management, profiling, asset handling, and more through natural language.188 npm1MIT
- AlicenseAqualityCmaintenanceEnable Claude Code, Cursor, or your favorite LLM to interact with Xcode, building your projects the same way you do, and seeing the same errors. Greatly increases productivity when working on iOS, iPadOS, macOS, visionOS, tvOS projects & Swift packages - or any time you might use Xcode.2965 PyPI5MIT
- FlicenseNot gradedqualityDmaintenanceBridges AI assistants with Xcode to control projects, builds, simulators, testing, and debugging without manual interaction.-
- AlicenseAqualityBmaintenanceBridges Claude Code and Claude Desktop to a locally-running LLM, optimized for MLX LM on Apple Silicon with support for any OpenAI-compatible backend.41MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to build, test, run, and manage Apple platform projects (iOS, macOS, tvOS, watchOS, visionOS) directly through Xcode. Provides comprehensive control over Xcode projects, Swift packages, simulators, and development workflows without leaving your editor.523 npm1MIT
TDQS
Scored across 76 tools
With 76 tools, many overlap in purpose: three different build tools (build_project, build_spm_package, build_swift_package), multiple test tools, and several project-detection tools (detect_active_project, get_active_project, get_project_configuration). Agents would struggle to choose the right tool.
Most tools follow verb_noun (build_project, list_simulators), but a substantial subset uses noun_verb (pod_install, swift_package_command, pod_repo_update). This inconsistency creates ambiguity about whether the verb comes first.
76 tools is far beyond any reasonable scope, even for a broad Xcode server. Many tools could be consolidated (e.g., a single SPM build tool, a single test tool).
Despite the bloat, the surface covers core Xcode workflows: project creation, file operations, building, testing, archiving, simulator control, and dependency management. Minor gaps exist (no scheme editing, no provisioning profile management).