Description

MCP server providing seamless access to Apple Developer Documentation with smart search.

Installation

npx -y apple-doc-mcp
npm install apple-doc-mcp
git clone https://github.com/MightyDillah/apple-doc-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "apple-documentation-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "apple-doc-mcp"
      ]
    }
  }
}