Apple Dev MCP Server

Apple Dev MCP Server

Provides AI assistants with access to Apple's Human Interface Guidelines and technical API documentation across all Apple platforms (iOS, macOS, watchOS, tvOS, visionOS), enabling unified search of design principles and implementation details.

Category
Visit Server

README

<div align="center"> <img src="icon.png" width="128" height="128" alt="Apple Dev MCP Icon">

๐ŸŽ 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. </div>

โœจ 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)

  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

<details> <summary><strong>Claude Desktop</strong></summary>

Add to claude_desktop_config.json:

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

</details>

<details> <summary><strong>Claude Code</strong></summary>

claude mcp add "Apple-Dev" node /usr/local/lib/node_modules/apple-dev-mcp/dist/server.js

</details>

<details> <summary><strong>Cursor / Windsurf / VS Code</strong></summary>

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"]
    }
  }
}

</details>

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.

โš–๏ธ 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


Built with โค๏ธ for the developer community

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured