apple-docs-mcp-server

tigew/apple-docs-mcp-server
★ 0 stars TypeScript Memory/Knowledge Updated today
MCP server for Apple Developer Documentation — search frameworks, look up symbols, and browse APIs directly from Claude
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-docs-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "tigew/apple-docs-mcp-server"
      ]
    }
  }
}