Best for
- Teams that already operate Redash and want MCP access to its analytics features.
- MCP clients requiring query execution, schema discovery, and dashboard management.
- Operators who need OpenTelemetry visibility into MCP and Redash requests.
Based on the README: this is a non-official Redash MCP server supporting stdio and stateless Streamable HTTP, with broad query, schema, dashboard, and visualization management. Check API-key permissions, data exposure, and gateway authentication before deployment.
Redash MCP Server exposes Redash queries, data sources, schemas, dashboards, and visualizations through the Redash API to MCP clients. It supports ad-hoc and saved parameterized query execution, query creation, updating and archiving, schema discovery, dashboard layout and parameter mapping management, and chart-specific visualization updates.
Prepare Node.js 22.13 or later, Corepack, access to a Redash instance, and a Redash API key. Configure Claude Desktop with npx and set REDASH_URL and REDASH_API_KEY. Alternatively, clone the repository and run corepack enable, pnpm install, pnpm run build, and pnpm start. The default transport is stdio; set MCP_TRANSPORT=http for stateless Streamable HTTP.
{"mcpServers":{"redash":{"command":"npx","args":["-y","@suthio/redash-mcp"],"env":{"REDASH_API_KEY":"your-api-key","REDASH_URL":"https://your-redash-instance.com"}}}}