Dashboardbase for Claude Desktop
com.dashboardbase/mcp
Validate Dashboardbase widget endpoint responses and setup files against the live contract.
client:Claude Desktop
transport:stdio
runtime:npm
Install Dashboardbase in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@dashboardbase/mcp"
],
"env": {
"DASHBOARDBASE_API_URL": "<DASHBOARDBASE_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs