Skip to content
Cursor

dash mcp server for Cursor

io.github.kapeli/dash-mcp-server

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

client:Cursor transport:stdio runtime:pypi

Install dash mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dash-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dash-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dash mcp server in other clients