Home › Databases & Data › redash-mcp
redash-mcp
Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"redash-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"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_URLrequired — Your Redash instance URL (e.g. https://redash.example.com)REDASH_API_KEYrequired 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
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry