HomeDatabases & Data › redash-mcp

redash-mcp

Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.

TypeScript Local
★ 1 stars Last pushed 2026-09-01 License: MIT

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.3.0)

npx -y redash-mcp@3.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "redash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redash-mcp@3.3.0"
      ],
      "env": {
        "REDASH_URL": "<YOUR_VALUE>",
        "REDASH_API_KEY": "<YOUR_VALUE>",
        "REDASH_SAFETY_MODE": "<YOUR_VALUE>",
        "REDASH_SAFETY_DISABLE_PII": "<YOUR_VALUE>",
        "REDASH_SAFETY_DISABLE_COST": "<YOUR_VALUE>"
      }
    }
  }
}
  • REDASH_URL required — Your Redash instance URL (e.g. https://redash.example.com)
  • REDASH_API_KEY required secret — Your Redash user API key (found in Settings > Account)
  • REDASH_SAFETY_MODE — SQL safety mode: 'strict' blocks risky queries, 'warn' (default) returns warnings, 'off' disables guards (not recommended).
  • REDASH_SAFETY_DISABLE_PII — Set to 'true' to disable the PII column guard. Not recommended.
  • REDASH_SAFETY_DISABLE_COST — Set to 'true' to disable the query cost guard. Not recommended.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry