Back to Home
T3chFreak13 icon

XcodeDocsMCP

Verified Safe

by T3chFreak13

Overview

Provides a local server for accessing and searching Xcode documentation and SDK symbols efficiently on macOS.

Installation

Run Command
swift run xcode-docs-mcp

Security Notes

The server uses `Process` to execute system commands (`mdfind`, `grep`, `xcrun`, `sh`). User-provided query parameters (`query`, `symbol`) are sanitized for shell special characters (e.g., single quotes) before being interpolated into shell commands, which is a good practice. Paths used for `grep` commands are derived internally from the SDK path, limiting direct user path injection. No direct outbound network connections or hardcoded secrets were found. The primary risk would be if the sanitization were incomplete or if the system tools themselves had exploitable vulnerabilities, but the current implementation shows reasonable care for its intended local, command-line usage.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens1200
Stars0
Forks0
Last Update2026-01-19

Tags

macOSXcodeDocumentationDeveloper ToolLocal Server