apple-docs-mcp

jfw1989/apple-docs-mcp
★ 0 stars TypeScript API Integration Updated 2d ago
MCP server for Apple Developer Documentation — search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/ObjC APIs. Fork of kimsungwhee/apple-docs-mcp with fixed search (Apple JSONL API). Install: npx -y github:jfw1989/apple-docs-mcp
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": {
      "command": "npx",
      "args": [
        "-y",
        "jfw1989/apple-docs-mcp"
      ]
    }
  }
}