MCP Hub
Back to servers

Xcode Documentation

Local MCP server for querying Apple developer documentation and SDK symbols directly from Xcode installations on macOS. It enables LLMs to explore Apple frameworks and extract precise Swift symbol information using native command-line tools.

Stars
38
Forks
1
Tools
4
Updated
Dec 15, 2025
Validated
Jan 9, 2026

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 headers
  • get_symbol_info - Get symbol details via swift-symbolgraph-extract
  • list_frameworks - List available Apple frameworks
  • extract_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"
    }
  }
}

Reviews

No reviews yet

Sign in to write a review