Productivity|Development|UtilitiesPython
dash-mcp-server
MCP server that provides tools to interact with the Dash documentation browser API.
N/A rating (0 reviews)0 installs138 GitHub stars
MCPDashDocumentation
The Dash MCP server allows users to access and search documentation directly from Dash, enabling functionalities like listing installed docsets, searching across docsets, loading documentation pages, and enabling full-text search for specific docsets.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dash-mcp-server-1": {
"args": [
"dash-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.