krzyzanowskim/XcodeDocsMCP
3.5
If you are the rightful owner of XcodeDocsMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A local MCP server that provides access to Apple's developer documentation and SDK symbols directly from your Xcode installation.
Tools
4
Resources
0
Prompts
0
Xcode Documentation MCP Server
MCP server for querying Apple developer documentation and SDK symbols from your local Xcode installation.
Tools
search_documentation- Search documentation using Spotlight and SDK headersget_symbol_info- Get symbol details via swift-symbolgraph-extractlist_frameworks- List available Apple frameworksextract_module_symbols- Extract public symbols from a module
Requirements
- macOS 14.0+
- Xcode with command line tools
- Swift 6.0+
Installation
brew tap krzyzanowskim/tap
brew install xcode-docs-mcp
Or build from source:
swift build -c release
Configuration
Claude Code:
claude mcp add --scope user xcode-docs-mcp xcode-docs-mcp
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"xcode-docs": {
"command": "xcode-docs-mcp"
}
}
}