npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

apple-dev-mcp

v2.1.9

Published

Complete Apple development guidance: Human Interface Guidelines (design) + Technical Documentation for iOS, macOS, watchOS, tvOS, and visionOS

Readme

🍎 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

🚀 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

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.

⚖️ 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.