Back to Home
krzyzanowskim icon

XcodeDocsMCP

Verified Safe

by krzyzanowskim

Overview

This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.

Installation

Run Command
xcode-docs-mcp

Security Notes

The server executes external commands (mdfind, grep, xcrun, sh) based on user input, which inherently carries risk. However, it implements input sanitization (escaping single quotes) for queries passed to 'mdfind' and 'grep' commands to mitigate shell injection vulnerabilities. Temporary directories used for symbol graph extraction are created with UUIDs and promptly cleaned up. The server operates locally, reading from stdin and writing to stdout, with no explicit network listeners or outgoing connections, limiting network-based attack vectors.

Similar Servers

Stats

Interest Score39
Security Score8
Cost ClassMedium
Avg Tokens500
Stars38
Forks1
Last Update2025-12-15

Tags

XcodeDocumentationSDKmacOSDeveloper Tools