tmaasen/apple-dev-mcp
If you are the rightful owner of apple-dev-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Apple Dev MCP Server is a comprehensive Model Context Protocol server designed to provide complete Apple development guidance, combining Human Interface Guidelines with Technical Documentation for all Apple platforms.
search_guidelines
Search HIG content with enhanced keyword matching.
get_component_spec
Get detailed component specifications.
get_design_tokens
Get design system values like colors and typography.
get_accessibility_requirements
Get accessibility guidelines for components.
get_technical_documentation
Get Apple API documentation and symbols.

๐ 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
- โก Ultra-Fast: Instant responses via pre-generated static content (no scraping delays)
- ๐ Smart Search: Unified search across design and technical content with wildcard support
- ๐ค AI-Powered Tools: Fused guidance combining design principles with technical implementation
- ๐ Always Current: Auto-updated content every 4 months via GitHub Actions
๐ Quick Start
Option 1: Claude Desktop Extension (Recommended)
- Download
apple-dev-mcp.dxt
from 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
Resources
hig://ios # Complete iOS guidelines
hig://macos # Complete macOS guidelines
hig://buttons # Button design guidelines
hig://accessibility # Accessibility requirements
hig://ios/foundations # iOS-specific foundations
Key Tools (13 available)
Search & Discovery
search_guidelines
- Search HIG with platform/category filterssearch_unified
- Search both design and technical contentsearch_wildcard
- Pattern search with * and ? wildcards
Design Guidance
get_component_spec
- Detailed component specificationsget_design_tokens
- Colors, spacing, typography valuesget_accessibility_requirements
- Accessibility guidelines
Technical Documentation
get_technical_documentation
- Apple API docs with code examplessearch_technical_documentation
- Search frameworks and symbols
AI-Powered Fusion
generate_fused_guidance
- Comprehensive design + technical guidesgenerate_implementation_guide
- Step-by-step implementation guides
Example
{
"name": "generate_fused_guidance",
"arguments": {
"component": "Button",
"platform": "iOS",
"framework": "SwiftUI",
"includeCodeExamples": true
}
}
๐งช Testing
npm test # Run test suite
npm run health-check # 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 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.