Skip to content

erikmackinnon/XcodeDocsMCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    }
  }
}

About

Xcode Documentation MCP Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%