XcodeBuildMCP and swift-mcp
An MCP server for Xcode build automation (A) and a Swift SDK for building MCP servers/clients (B) are ecosystem siblings—the SDK provides the foundational framework that the server implementation likely depends on or could be built with.
About XcodeBuildMCP
getsentry/XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Exposes granular build introspection tools—project parsing, scheme enumeration, build logs, and diagnostics—via stdio transport to integrate with AI agents in Cursor, Claude, VS Code, and Xcode's native assistants. Operates as both a standalone CLI and MCP server, eliminating the need for separate installations. Built on Node.js with native Xcode 16+ integration for accurate project metadata and real-time build feedback to LLM-powered coding workflows.
About swift-mcp
DePasqualeOrg/swift-mcp
Full-featured Swift SDK for Model Context Protocol servers and clients
Implements the complete MCP 2025-11-25 protocol specification with stdio and HTTP transport support, passing official conformance tests. Provides separate client and server APIs with integrations for Hummingbird and Vapor frameworks, enabling seamless embedding in existing Swift web applications. Built on async/await patterns for concurrent resource handling and tool invocation management.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work