MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.
A Model Context Protocol (MCP) server that provides tools to interact with the Dash documentation browser API.
Dash 8 is required. You can download Dash 8 at https://blog.kapeli.com/dash-8.
mcp-name: io.github.Kapeli/dash-mcp-server
<a href="https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server"> </a>The Dash MCP server provides tools for accessing and searching documentation directly from Dash, the macOS documentation browser. MCP clients can:
This is a work in progress. Any suggestions are welcome!
load_url returned by search_documentationbrew install uvclaude_desktop_config.json{
"mcpServers": {
"dash-api": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Kapeli/dash-mcp-server.git",
"dash-mcp-server"
]
}
}
}Claude Codeclaude mcp add dash-api -- uvx --from "git+https://github.com/Kapeli/dash-mcp-server.git" "dash-mcp-server"