Back to Home
krzyzanowskim icon

XcodeDocsMCP

Verified Safe

by krzyzanowskim

Overview

Serves as an MCP server for querying Apple developer documentation and SDK symbols directly from a local Xcode installation.

Installation

Run Command
xcode-docs-mcp

Security Notes

The server primarily relies on executing standard macOS command-line tools (mdfind, grep, xcrun swift-symbolgraph-extract) using Swift's Process API. This method safely separates arguments and mitigates shell injection risks. It operates locally via stdin/stdout, posing no direct network security risks. File system access is restricted to standard Xcode/SDK paths and secure temporary directories. The primary consideration is potential resource exhaustion from overly broad or complex queries to system tools, which is inherent to the tool's functionality and not a security vulnerability.

Similar Servers

Stats

Interest Score81
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars2
Forks0
Last Update2025-12-01

Tags

XcodeDocumentationApple SDKmacOSDeveloper Tools