Back to Home
T3chFreak13 icon

XcodeDocsMCP

Verified Safe

by T3chFreak13

Overview

Provides local server access to Xcode documentation via a JSON-RPC interface for searching symbols, frameworks, and documentation.

Installation

Run Command
swift run xcode-docs-mcp

Security Notes

The application uses external command-line tools (`mdfind`, `grep`, `xcrun`, `sh`) to access system documentation and SDK information. User-provided query strings are generally sanitized before being passed to these commands, notably for shell injection risks in `grep` and `mdfind` arguments. No hardcoded secrets or direct network listeners are implemented by the Swift code itself, which acts as a standard I/O JSON-RPC processor. A discrepancy exists between the README's description of a local web server (http://localhost:8080) and the actual source code, which operates over stdin/stdout.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-17

Tags

macOSXcodeDocumentationSwiftJSON-RPC