XcodeDocsMCP
Verified Safeby T3chFreak13
Overview
Provides local server access to Xcode documentation via a JSON-RPC interface for searching symbols, frameworks, and documentation.
Installation
swift run xcode-docs-mcpSecurity Notes
The application uses external command-line tools (`mdfind`, `grep`, `xcrun`, `sh`) to access system documentation and SDK information. User-provided query strings are generally sanitized before being passed to these commands, notably for shell injection risks in `grep` and `mdfind` arguments. No hardcoded secrets or direct network listeners are implemented by the Swift code itself, which acts as a standard I/O JSON-RPC processor. A discrepancy exists between the README's description of a local web server (http://localhost:8080) and the actual source code, which operates over stdin/stdout.
Similar Servers
XcodeBuildMCP
Provides a Model Context Protocol (MCP) server for agents to interact with Xcode, iOS, and macOS development workflows including project management, building, testing, UI automation, and debugging.
docfork
Provides AI agents with up-to-date, curated technical documentation to prevent hallucinations and ensure current API usage.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
apple-rag-mcp
Provides a comprehensive RAG (Retrieval-Augmented Generation) server for AI agents to search and retrieve content from Apple's developer documentation and WWDC transcripts.