Odel
redash mcp

redash mcp

Local
@seob7171TypeScriptMITUpdated 6 days ago

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).

npmredash-mcpv3.3.0

Run

npx -y redash-mcp

MCP client config

{
  "mcpServers": {
    "redash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redash-mcp"
      ]
    }
  }
}