Redash MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 305 installs a week from npm. Last commit 1 Sep 2026.
Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language.
We read the source, 35 min ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const p = path.join(dir, sub);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add redash-mcp -- npx -y redash-mcp
{
"mcpServers": {
"redash-mcp": {
"args": [
"-y",
"redash-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.redash-mcp]
command = "npx"
args = ["-y", "redash-mcp"]
{
"mcpServers": {
"redash-mcp": {
"args": [
"-y",
"redash-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"redash-mcp": {
"args": [
"-y",
"redash-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
REDASH_URL (Your Redash instance URL (e.g. https://redash.example.com)), REDASH_API_KEY (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.).
The author declared them in the registry entry; get the values from the project itself.
Query GreptimeDB metrics, logs and traces with SQL, TQL and RANGE. Manage pipelines and dashboards.
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
No-code databases, forms, portals and AI sites. Manage records and automation via natural language.
No-code databases, forms, portals and AI sites. Manage records and automation via natural language.
No-code databases, forms, portals and AI sites. Manage records and automation via natural language.
GibsonAI MCP server: manage your databases with natural language
Connect to your PostgreSQL database to query data and schemas.
Answers built from our own checks of this server.