MCP server providing seamless access to Apple Developer Documentation with smart search and wildcard support
Apple Doc MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server providing seamless access to Apple Developer Documentation with smart search and wildcard support.
A Model Context Protocol (MCP) server that provides seamless access to Apple's Developer Documentation directly within your AI coding assistant. Note: Hey guys, thanks for checking out this MCP! Since I've been working on it on a regular basis, and as such its getting really expensive to build it and improve it to work on different platforms, all while adding new features (tokens aint cheap ya'll).
Once Apple Doc MCP is connected, these are the calls the assistant has available:
discover_technologies — browse/filter frameworks before selecting onechoose_technology — set the active framework; required before searching docscurrent_technology — show the current selection and quick next stepssearch_symbols — symbol-first search with exact-name resolution, wildcard support, and separate article resultsget_documentation — open detailed docs for a known symbol or documentation pathget_version — get current MCP server version informationapple-doc-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Apple Doc MCP's toolset — discover_technologies, choose_technology, current_technology and 3 more — is a fair guide to whether it matches your workflow. It is maintained by MightyDillah; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| discover_technologies | browse/filter frameworks before selecting one. |
| choose_technology | set the active framework; required before searching docs. |
| current_technology | show the current selection and quick next steps. |
| search_symbols | symbol-first search with exact-name resolution, wildcard support, and separate article results. |
| get_documentation | open detailed docs for a known symbol or documentation path. |
| get_version | get current MCP server version information. |
## Manual:
```json
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["apple-doc-mcp-server@latest"]
}
}
}Configuration as documented by the project. Restart the client after saving.
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.