apple-docs-mcp
Сообществоот kimsungwhee
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
Установка
{Описание
# Apple Docs MCP - Apple Developer Documentation Model Context Protocol Server [](https://badge.fury.io/js/@kimsungwhee%2Fapple-docs-mcp) [](https://opensource.org/licenses/MIT) Apple Developer Documentation MCP Server - Access Apple's official developer docs, frameworks, APIs, SwiftUI, UIKit, and WWDC videos through Model Context Protocol. Search iOS, macOS, watchOS, tvOS, and visionOS documentation with AI-powered natural language queries. Get instant access to Swift/Objective-C code examples, API references, and technical guides directly in Claude, Cursor, or any MCP-compatible AI assistant. **English** | [日本語](README.ja.md) | [한국어](README.ko.md) | [简体中文](README.zh-CN.md) ## ✨ Features - 🔍 **Smart Search**: Intelligent search across Apple Developer Documentation for SwiftUI, UIKit, Foundation, CoreData, ARKit, and more - 📚 **Complete Documentation Access**: Full access to Apple's JSON API for Swift, Objective-C, and framework documentation - 🔧 **Framework Index**: Browse hierarchical API structures for iOS, macOS, watchOS, tvOS, visionOS frameworks - 📋 **Technology Catalog**: Explore Apple technologies including SwiftUI, UIKit, Metal, Core ML, Vision, and ARKit - 📰 **Documentation Updates**: Track WWDC 2024/2025 announcements, iOS 26, macOS 26, and latest SDK releases - 🎯 **Technology Overviews**: Comprehensive guides for Swift, SwiftUI, UIKit, and all Apple development platforms - 💻 **Sample Code Library**: Swift and Objective-C code examples for iOS, macOS, and cross-platform development - 🎥 **WWDC Video Library**: Search WWDC 2014-2025 sessions with transcripts, Swift/SwiftUI code examples, and resources - 🔗 **Related APIs Discovery**: Find SwiftUI views, UIKit controllers, and framework-specific API relationships - 📊 **Platform Compatibility**: iOS 13+, macOS 10.15+, watchOS 6+, tvOS 13+, visionOS compatibility analysis - ⚡ **High Performance**: Optimized for Xcode, Swift Playgrounds, and AI-powered development environments - 🔄 **Smart UserAgent Pool**: Intelligent UserAgent rotation system with automatic failure recovery and performance monitoring - 🌐 **Multi-Platform**: Complete iOS, iPadOS, macOS, watchOS, tvOS, and visionOS documentation support - 🏷️ **Beta & Status Tracking**: iOS 26 beta APIs, deprecated UIKit methods, new SwiftUI features tracking ## 🚀 Quick Start ### Claude Desktop (Recommended) Add this to your Claude Desktop configuration: **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json` **Windows**: `%APPDATA%\Claude\claude_desktop_config.json` ```json { "mcpServers": { "apple-docs": { "command": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"] } } } ``` > **Note**: If you encounter issues with an old version being used, add `@latest` to force the latest version: > ```json > "args": ["-y", "@kimsungwhee/apple-docs-mcp@latest"] > ``` Restart Claude Desktop and start asking about Apple APIs! ## 📦 Installation <details> <summary><strong>📱 Claude Code</strong></summary> ```bash claude mcp add apple-docs -- npx -y @kimsungwhee/apple-docs-mcp@latest ``` [📖 Claude Code MCP docs](https://docs.anthropic.com/en/docs/claude-code/mcp) </details> <details> <summary><strong>🖱️ Cursor</strong></summary> **Via Settings**: Settings → Cursor Settings → MCP → Add new global MCP server **Via Config File**: Add to `~/.cursor/mcp.json`: ```json { "mcpServers": { "apple-docs": { "command": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"] } } } ``` [📖 Cursor MCP docs](https://docs.cursor.com/context/mcp) </details> <details> <summary><strong>🔷 VS Code</strong></summary> Add to your VS Code MCP config: ```json { "mcp": { "servers": { "apple-docs": { "type": "stdio", "command": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"] } } } } ``` [📖 VS Code MCP docs](https://code.visualstudio.com/docs/editor/mcp) </details> <details> <summary><strong>🌊 Windsurf</strong></summary> Add to your Windsurf MCP config: ```json { "mcpServers": { "apple-docs": { "command": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"] } } } ``` [📖 Windsurf MCP docs](https://docs.codeium.com/windsurf/mcp) </details> <details> <summary><strong>⚡ Zed</strong></summary> Add to your Zed `settings.json`: ```json { "context_servers": { "Apple Docs": { "command": { "path": "npx", "args": ["-y", "@kimsungwhee/apple-docs-mcp"] }, "settings": {} } } } ``` [📖 Zed Context Server docs](https://zed.dev/docs/context-servers) </details> <details> <summary><strong>🔧 Cline</strong></summary> **Via Marketplace**: 1. Open Cline → Menu (☰) → MCP Servers → Marketplace 2. Search "Apple Docs MCP" → Install **Via Config**: Add to `cline_mcp_settings.json`: ``
Отзывы (0)
Пока нет отзывов. Будьте первым!
Статистика
Информация
Технологии
Похожие серверы
GitHub MCP
Полная интеграция с GitHub API: репозитории, issues, pull requests, actions и многое другое.
Filesystem MCP
Безопасный доступ к файловой системе для чтения, записи и управления файлами с настраиваемыми разрешениями.
Context7 MCP
Доступ к актуальной документации библиотек и фреймворков.
Serena MCP
Мощный MCP сервер для семантической навигации по коду и рефакторинга.