dash-mcp-server
Verified Safeby Kapeli
Overview
Provides tools to interact with the Dash documentation browser API for listing docsets, searching documentation, and enabling full-text search.
Installation
uvx --from "git+https://github.com/Kapeli/dash-mcp-server.git" "dash-mcp-server"Security Notes
The server primarily interacts with the local Dash application's API via the loopback address (127.0.0.1), minimizing external network exposure. It uses `subprocess.run` to manage and launch Dash and enable its API, but these commands use fixed parameters (e.g., bundle identifiers, 'defaults write' keys), preventing injection through user input. No 'eval' or similar dangerous functions are used, and no hardcoded secrets were found.
Similar Servers
rust-docs-mcp-server
Provides up-to-date Rust crate documentation via semantic search and LLM summarization to AI coding assistants.
apple-rag-mcp
Provides a comprehensive RAG (Retrieval-Augmented Generation) server for AI agents to search and retrieve content from Apple's developer documentation and WWDC transcripts.
XcodeDocsMCP
This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.
blz
Provides fast, local documentation search and retrieval for AI agents, using llms.txt files for line-accurate citations.