XcodeDocsMCP
Verified Safeby krzyzanowskim
Overview
This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.
Installation
xcode-docs-mcpSecurity Notes
The server executes external commands (mdfind, grep, xcrun, sh) based on user input, which inherently carries risk. However, it implements input sanitization (escaping single quotes) for queries passed to 'mdfind' and 'grep' commands to mitigate shell injection vulnerabilities. Temporary directories used for symbol graph extraction are created with UUIDs and promptly cleaned up. The server operates locally, reading from stdin and writing to stdout, with no explicit network listeners or outgoing connections, limiting network-based attack vectors.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-swift-sdk
Implement and integrate Model Context Protocol (MCP) servers and clients in Swift, enabling AI agents and applications to discover and interact with tools, resources, and conversational prompts over HTTP.
ACMS
Provides programmatic access to Apple's container CLI tool on macOS via Model Context Protocol (MCP) for AI agents.
HelloMCP
A simple MCP server in Swift for prompt evaluation using Apple Foundation Models, serving as a reference for MCP tool development and demonstrating tool-augmented prompt evolution.