← Back to directory
A

Apple RAG MCP

Community
Instant Apple docs for AI agents
GitHub source repository ↗
★ 116 Stars Category · Dev Tools Popular Source revision 9c4ced6574e6
29FMRS · D
Reliability
3/20
Security and permissions
6/20
Maintenance
5/20
Documentation
7/20
Setup experience
8/20

This MCP server provides powerful Apple documentation search capabilities for AI agents, supporting multiple search modes, and is easy to integrate. It suits scenarios requiring quick access to Apple development resources.

Read the FMRS scoring method →

Apple RAG MCP is an MCP server that provides AI agents with instant access to Apple developer documentation, offering semantic search, keyword search, and hybrid search, as well as WWDC26 session transcripts. It supports multiple search modes and is designed to be lightweight, providing only necessary information. The content is kept up-to-date with the latest docs, WWDC26 sessions, and Xcode 27 beta references.

Tools

apple_dev_docs_search
Searches Apple developer documentation and WWDC transcripts, supporting semantic search, keyword search, and hybrid search, returning relevant documentation snippets and code examples.

Setup

  1. Add the MCP server to a compatible MCP client (e.g., Cursor, Claude Desktop, Cline).
  2. Use the configuration example: {"mcpServers":{"apple-rag-mcp":{"url":"https://mcp.apple-rag.com"}}}.
  3. Alternatively, use the official quick-install buttons for Cursor or VS Code, which configure automatically.
claude_desktop_config.json
{"mcpServers":{"apple-rag-mcp":{"url":"https://mcp.apple-rag.com"}}}

Fit and risk

Best for

  • Developers using AI agents for Apple platform development
  • AI coding assistants that need fast and accurate access to Apple docs

Not for

  • Users requiring private documentation or local indexing
  • Users who do not use AI coding tools

Required permissions

  • Network access to connect to the remote server
  • Sending search queries and receiving documentation content

Risks and side effects

  • Dependency on remote service availability
  • Potential for incomplete or outdated information since docs are continuously updated

Troubleshooting

  1. Check network connectivity and remote server status
  2. Ensure MCP client configuration is correct (URL and protocol)
  3. Check authentication token if higher rate limits are needed

Use cases

Quickly find Apple API documentation during AI-assisted coding
Get the latest WWDC26 session content and technical details
Obtain code examples (Swift, Objective-C, SwiftUI) while developing

Supported clients

CursorFull support
Claude DesktopFull support
ClineFull support