MCP server intelligence profile

Apple Doc MCP Server

A Model Context Protocol server that provides AI coding assistants with direct access to Apple's Developer Documentation, enabling seamless lookup of frameworks, symbols, and detailed API references

Local OnlyMightyDillah
Awaiting current scanNpm · 1.9.6

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install apple-doc-mcp-server from npm

Version 1.9.6 declares 1 executable entrypoint.

npm install --save-exact apple-doc-mcp-server@1.9.6
npx -y -p apple-doc-mcp-server@1.9.6 apple-doc-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "apple-doc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "apple-doc-mcp-server@1.9.6",
        "apple-doc-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugapple-doc-mcp-7fdd55dcDeploymentLocal Only
Canonical packagenpm:apple-doc-mcp-serverRepositoryMightyDillah/apple-doc-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmapple-doc-mcp-server1.9.620Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmapple-doc-mcp-server1.9.6CurrentSep 5, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
apple-dev-docs-mcpServer-reported name
1Capability groups
Aug 14, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
choose_technologySelect the framework/technology to scope all subsequent searches and documentation lookups
Input schema
{
  "type": "object",
  "required": [],
  "properties": {
    "identifier": {
      "type": "string",
      "description": "Optional technology identifier (e.g. doc://.../SwiftUI)"
    },
    "name": {
      "type": "string",
      "description": "Technology name/title (e.g. SwiftUI)"
    }
  }
}
current_technologyReport the currently selected technology and how to change it
Input schema
{
  "type": "object",
  "required": [],
  "properties": {}
}
discover_technologiesExplore and filter available Apple technologies/frameworks before choosing one
Input schema
{
  "type": "object",
  "required": [],
  "properties": {
    "page": {
      "type": "number",
      "description": "Optional page number (default 1)"
    },
    "pageSize": {
      "type": "number",
      "description": "Optional page size (default 25, max 100)"
    },
    "query": {
      "type": "string",
      "description": "Optional keyword to filter technologies"
    }
  }
}
get_documentationGet detailed documentation for specific symbols within the selected technology. Use this for known symbol names or paths (e.g., "View", "ButtonStyle", "documentation/SwiftUI/GridItem").
Input schema
{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Symbol path or relative name (e.g. \"View\", \"GridItem\", \"Button\")"
    }
  }
}
get_versionGet the current version information of the Apple Doc MCP server
Input schema
{
  "type": "object",
  "required": [],
  "properties": {}
}
search_symbolsSearch the selected technology with symbol-first results. Exact symbol names are resolved directly when possible, wildcard queries support * and ?, and broader keyword searches return symbols first with articles and guides listed separately.
Input schema
{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "maxResults": {
      "type": "number",
      "description": "Optional maximum number of results (default 20)"
    },
    "platform": {
      "type": "string",
      "description": "Optional platform filter (iOS, macOS, etc.)"
    },
    "query": {
      "type": "string",
      "description": "Search keywords with wildcard support (* for any characters, ? for single character)"
    },
    "symbolType": {
      "type": "string",
      "description": "Optional symbol kind filter (class, protocol, etc.)"
    }
  }
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Apple Doc MCP Server questions

How do I install Apple Doc MCP Server?

Install the selected package version with: npm install --save-exact apple-doc-mcp-server@1.9.6

What tools does Apple Doc MCP Server provide?

Apple Doc MCP Server exposed 6 tools during independent protocol observation, including choose_technology, current_technology, discover_technologies, get_documentation, get_version, search_symbols.

Is Apple Doc MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Developer Tool MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.