AgentStack
MCP verified MIT Self-run

Apple Docs Mcp Server

mcp-bbssppllvv-apple-docs-mcp-server · by bbssppllvv

MCP server for semantic search through Apple developer documentation, WWDC transcripts, and code examples. 16K+ documents indexed for AI agents.

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add mcp-bbssppllvv-apple-docs-mcp-server

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-bbssppllvv-apple-docs-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
11mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Apple Docs Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Apple Docs MCP Server

[](https://www.npmjs.com/package/apple-docs-mcp-server) [](LICENSE) [](https://nodejs.org/)

Search through Apple's complete developer documentation using your AI coding assistant.

What this does

This tool connects your AI assistant (like Cursor) to Apple's entire developer documentation. Instead of manually browsing developer.apple.com, your AI can search through Apple's docs and provide precise answers with source links.

Complete documentation coverage:

  • All Apple platforms: iOS, macOS, watchOS, tvOS, and visionOS - from early versions to current iOS 26, macOS 26, watchOS 26, tvOS 26, visionOS 26
  • WWDC session transcripts from 2019-2025 (including latest WWDC 2025 with Liquid Glass API, Foundation Models Framework)
  • Complete API references for all frameworks - legacy APIs, current APIs, and newest additions
  • Code examples with context and explanations across all versions
  • Human Interface Guidelines (HIG) - Apple's complete design guidelines for all platforms

How it works: Natural language search - ask questions in plain English. Type "how to animate a button press" or "best practices for iOS navigation" and get relevant answers. The search understands concepts and context, not just exact keyword matches.

Database: 16,253+ documents with complete content coverage.

Installation

npm install apple-docs-mcp-server

The documentation database (260MB) downloads automatically during installation.

Setup with Cursor

1. Create .cursor/mcp.json in your project root:

{
  "schemaVersion": 1,
  "mcpServers": {
    "apple_docs": {
      "command": "/absolute/path/to/node_modules/apple-docs-mcp-server/run-mcp-safe.sh",
      "env": {
        "OPENAI_API_KEY": "your_openai_api_key_here"
      },
      "autoStart": true,
      "alwaysAllow": ["search_docs", "get_doc", "get_code_examples", "get_stats"],
      "timeout": 30000
    }
  }
}

2. Find your correct path:

# In your project directory:
echo "$(pwd)/node_modules/apple-docs-mcp-server/run-mcp-safe.sh"

3. Restart Cursor completely

How to use

Ask your AI assistant questions about Apple development:

API & Code examples (any version):

  • "Show me SwiftUI animation code examples"
  • "How do I use Core Data with CloudKit synchronization?"
  • "Foundation Models Framework setup and usage examples"
  • "What's new in UIKit for iOS 26?"

Design & Interface Guidelines:

  • "Apple's guidelines for button design in iOS apps"
  • "Best practices for navigation patterns on iPad"
  • "Accessibility requirements for app icons"

Natural language queries:

  • "How to handle memory management in SwiftUI?"
  • "How to implement Liquid Glass effects in my app?"
  • "Best way to implement dark mode support"

Your AI searches through Apple's complete documentation and provides answers with source links. When documents contain code examples, your AI can extract those examples with full context and explanations.

Key benefits

Complete historical and current coverage: This is the most comprehensive Apple developer documentation collection available. Everything Apple has ever published and continues to publish - from legacy APIs to cutting-edge frameworks, all WWDC sessions from 2019-2025, complete Human Interface Guidelines - all in one searchable database.

Natural language search: Ask questions in plain English. No need to know exact API names or keywords. The search understands what you're trying to accomplish.

Working code examples: Not just documentation text, but actual Swift code with explanations and context across all platform versions.

Fast and local: All documents are processed on your machine. Search results appear instantly without API calls.

From legacy to latest: Whether you need legacy iOS 13 APIs or the newest iOS 26 features like Liquid Glass API - it's all here with complete WWDC 2025 content.

Troubleshooting

Cursor shows "No tools":

  • Use absolute paths in .cursor/mcp.json
  • Make sure run-mcp-safe.sh is executable: chmod +x run-mcp-safe.sh
  • Restart Cursor completely

OpenAI API key errors:

  • Put your API key in the env section of mcp.json (recommended)
  • Check API key format: should start with sk-proj- or sk-

Database errors:

  • Reinstall if database is missing: npm uninstall apple-docs-mcp-server && npm install apple-docs-mcp-server
  • Check database file exists: ls -lh node_modules/apple-docs-mcp-server/embeddings.db

Available tools

  • search_docs: Search through all Apple documentation and design guidelines
  • get_doc: Get complete document content by ID
  • get_code_examples: Extract working Swift code examples from documentation with explanations
  • get_stats: Database statistics and information

Requirements

  • Node.js 18 or later
  • OpenAI API key
  • Cursor or compatible MCP client

License

MIT License - see [LICENSE](LICENSE) file for details.


This is an unofficial tool for accessing Apple developer documentation. No affiliation with Apple Inc.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.