Skip to main content
Glama

🍎 Apple Dev MCP Server

Health Check npm version License: MIT Node.js

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

Related MCP server: Apple RAG MCP

πŸš€ Quick Start

  1. Download apple-dev-mcp.dxt from releases

  2. Double-click to install in Claude Desktop

  3. Restart Claude Desktop

  4. Start using Apple development guidance!

Option 2: Traditional Installation

npm install -g apple-dev-mcp

πŸ”§ Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "Apple Dev": {
      "command": "node",
      "args": ["/usr/local/lib/node_modules/apple-dev-mcp/dist/server.js"]
    }
  }
}
claude mcp add "Apple-Dev" node /usr/local/lib/node_modules/apple-dev-mcp/dist/server.js

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:

  1. Scraper fixes when Apple changes their website

  2. New features and bug fixes

  3. Documentation improvements

See CONTRIBUTING.md for guidelines.

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


Built with ❀️ for the developer community

Bringing Apple's design excellence directly to your AI-assisted development workflow.

Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    -
    maintenance
    Provides AI agents with instant access to official Apple developer documentation, Swift programming guides, design guidelines, and Apple Developer YouTube content including WWDC sessions. Uses advanced RAG technology with semantic search and AI reranking to deliver accurate, contextual answers for Apple platform development.
    Last updated
    7
  • F
    license
    -
    quality
    -
    maintenance
    Provides AI agents with instant access to official Apple developer documentation, Swift docs, design guidelines, and Apple Developer YouTube content through advanced semantic and hybrid search capabilities. Features AI-powered reranking for accurate retrieval of Apple platform knowledge including iOS, macOS, watchOS, tvOS, and visionOS development resources.
    Last updated
    5
  • A
    license
    -
    quality
    C
    maintenance
    Provides comprehensive access to Apple's development documentation ecosystem including hidden Xcode docs, Swift Evolution proposals, GitHub repositories, and WWDC session notes. Enables developers to search and retrieve advanced Apple development resources not available through public channels.
    Last updated
    15
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides access to Apple's official developer documentation, frameworks, APIs, and WWDC session transcripts across all Apple platforms. It enables AI assistants to search technical guides, sample code, and platform compatibility information using natural language queries.
    Last updated
    18
    2,106
    1,343
    MIT

View all related MCP servers

Related MCP Connectors

  • Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

  • Provides AI assistants with direct access to Mapbox developer APIs and documentation.

  • Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tmaasen/apple-dev-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server