Apple HIG
Provides instant access to Apple's Human Interface Guidelines, with content auto-updated periodically.
🍎 Apple Dev MCP Server
Complete Apple development guidance for AI assistants
Combines Human Interface Guidelines (design) with Technical Documentation (API reference) for all Apple platforms.
✨ Features
- 🎨 Complete Coverage: HIG design guidelines + Apple API documentation for iOS, macOS, watchOS, tvOS, visionOS
- ⚡ Smart Caching: Fast responses via intelligent caching with graceful degradation
- 🔍 Smart Search: Unified search across design and technical content
- 🤖 Enhanced Search: Advanced search combining design principles with technical implementation
- 📚 Pre-built Content: 113+ pre-processed Apple HIG sections for instant access
🚀 Quick Start
Option 1: Claude Desktop Extension (Recommended)
- Download
apple-dev-mcp.dxtfrom releases - Double-click to install in Claude Desktop
- Restart Claude Desktop
- Start using Apple development guidance!
Option 2: Traditional Installation
npm install -g apple-dev-mcp
🔧 Configuration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"Apple Dev": {
"command": "node",
"args": ["/usr/local/lib/node_modules/apple-dev-mcp/dist/server.js"]
}
}
}
Claude Code
claude mcp add "Apple-Dev" node /usr/local/lib/node_modules/apple-dev-mcp/dist/server.js
Cursor / Windsurf / VS Code
Create .cursor/mcp.json, windsurf config, or .vscode/mcp.json:
{
"mcpServers": {
"Apple Dev": {
"command": "node",
"args": ["/usr/local/lib/node_modules/apple-dev-mcp/dist/server.js"]
}
}
}
Find your path: npm list -g apple-dev-mcp
Windows users: Replace with C:\Users\YourUsername\AppData\Roaming\npm\node_modules\apple-dev-mcp\dist\server.js
📖 Usage
Available Tools (3 core tools)
Design Guidelines Search
search_human_interface_guidelines- Search Apple HIG with platform filters- Returns full content (not snippets) for AI-friendly responses
- Covers all Apple platforms: iOS, macOS, watchOS, tvOS, visionOS
Technical Documentation Search
search_technical_documentation- Search Apple API documentation- Framework-specific searches (SwiftUI, UIKit, AppKit, etc.)
- Symbol and method lookups with code examples
Unified Search
search_unified- Combined design + technical documentation search- Cross-references design guidelines with implementation details
- Perfect for end-to-end development guidance
Examples
Search Design Guidelines:
{
"name": "search_human_interface_guidelines",
"arguments": {
"query": "Tab Bars",
"platform": "iOS"
}
}
Search Technical Documentation:
{
"name": "search_technical_documentation",
"arguments": {
"query": "Button",
"framework": "SwiftUI"
}
}
Unified Search:
{
"name": "search_unified",
"arguments": {
"query": "navigation",
"platform": "iOS"
}
}
🧪 Testing
npm test # Run test suite
npm test # Test functionality
# Interactive testing
npx @modelcontextprotocol/inspector apple-dev-mcp
🤝 Contributing
We welcome contributions! The most needed help:
- Scraper fixes when Apple changes their website
- New features and bug fixes
- Documentation improvements
See CONTRIBUTING.md for guidelines.
⚖️ Legal & Attribution
This project operates under fair use principles for educational purposes. All content includes proper Apple attribution and respects their intellectual property.
Content sourced from Apple's Human Interface Guidelines.
© Apple Inc. All rights reserved. Provided for educational purposes.
🙏 Acknowledgments
- MightyDillah for inspiration
- Apple Inc. for comprehensive design guidelines
- Model Context Protocol team
- Open source community for contributions
Built with ❤️ for the developer community
Bringing Apple's design excellence directly to your AI-assisted development workflow.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
POC MCP HTTP Server
A proof-of-concept server implementing the Model Context Protocol with a streamable HTTP transport.
Fastn Server
A scalable platform for dynamic tool registration and execution based on API definitions, with integrations for services like Claude.ai and Cursor.ai.
Honeybadger
Interact with the Honeybadger API for error monitoring and reporting using LLMs.
Gemini MCP
An MCP server that orchestrates Google Gemini and Claude Code models via the OpenRouter API.
Holy Bio MCP
A unified framework for bioinformatics research, integrating multiple specialized MCP servers for longevity and bioinformatics.
UUID MCP Provider
Generates timestamp-based unique identifiers using UUID v7.
XCF Xcode MCP Server
A Swift-based MCP server that integrates with Xcode to enhance AI development workflows.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
WRG MCP Server
A server providing tools for weapon recoil generation and visualization via HTTP endpoints.
Gru Sandbox
Gru-sandbox(gbox) is an open source project that provides a self-hostable sandbox for MCP integration or other AI agent usecases.