Loading MCP server directory, please wait...
Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
npx @getmcp/cli add io.github.seob717/redash-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
REDASH_URLYour Redash instance URL (e.g. https://redash.example.com)
REDASH_API_KEYYour Redash user API key (found in Settings > Account)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.seob717/redash-mcp": {
"command": "npx",
"args": [
"-y",
"redash-mcp"
],
"env": {
"REDASH_URL": "",
"REDASH_API_KEY": ""
}
}
}
}