← Index

io.github.seob717/redash-mcp

io.github.seob717/redash-mcp·v3.0.2·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "redash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redash-mcp"
      ],
      "env": {
        "REDASH_URL": "<redash_url>",
        "REDASH_API_KEY": "<your-redash_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "redash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redash-mcp"
      ],
      "env": {
        "REDASH_URL": "<redash_url>",
        "REDASH_API_KEY": "<your-redash_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y redash-mcp
§02  Environment variables
REDASH_URL
required

Your Redash instance URL (e.g. https://redash.example.com)

REDASH_API_KEY
requiredsecret

Your Redash user API key (found in Settings > Account)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other