Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y redash-mcp
MCP client config
{
"mcpServers": {
"redash-mcp": {
"command": "npx",
"args": [
"-y",
"redash-mcp"
]
}
}
}