Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Redash MCP
Redash MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:31:21 PM

Redash MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
redashsqldatabasenatural-languagesafety

MCP server connecting Redash to Claude, Cursor, Gemini CLI, and Codex for natural-language SQL with safety guards and dashboard management.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "seob717-redash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redash-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

This MCP server integrates Redash with AI clients like Claude, Cursor, Gemini CLI, and Codex, enabling natural-language querying of Redash data sources. It includes SQL safety guards to block dangerous queries and PII access, and supports smart table selection using BIRD methodology. It also provides tools for managing saved queries, dashboards, widgets, and alerts. Use it to safely expose production Redash data to AI agents for querying and dashboard interaction.

Use cases

β€’Run natural-language SQL queries on Redash data sources
β€’Manage saved queries, dashboards, widgets, and alerts programmatically
β€’Automatically select relevant tables for queries using BIRD smart query
β€’Enforce SQL safety policies to prevent destructive or PII-leaking queries
β€’Cache query results to reduce redundant API calls

Key features

β€’SQL safety guard blocking DROP/TRUNCATE/ALTER and unsafe DELETE/UPDATE
β€’PII detection and auto-LIMIT on queries
β€’BIRD-based smart query for table selection and SQL guidance
β€’Support for saved queries, dashboards, widgets, and alerts management
β€’In-memory query result caching with configurable TTL and size
β€’One-command setup for multiple AI clients including Claude and Cursor

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Redash MCP.

Extracted Tool Capabilities
SQL safety guard blocking DROP/TRUNCATE/ALTER and unsafe DELETE/UPDATE
PII detection and auto-LIMIT on queries
BIRD-based smart query for table selection and SQL guidance
Support for saved queries, dashboards, widgets, and alerts management
In-memory query result caching with configurable TTL and size
One-command setup for multiple AI clients including Claude and Cursor

Documentation Overview

redash-mcp

npm version Downloads Node Glama Claude Cursor Gemini CLI Codex CLI

English | ν•œκ΅­μ–΄ | ζ—₯本θͺž

MCP server that connects Redash to Claude, Cursor, Gemini CLI, Codex, and any MCP client β€” query data, manage dashboards, and run SQL with natural language.

Why Β· Features Β· Install Β· Env Β· Examples Β· Privacy

redash-mcp demo β€” Claude explores Redash tables, charts revenue by category, then the SQL safety guard blocks a PII export


Why redash-mcp?

There are several Redash MCP servers. This one is built for letting an LLM touch production data safely:

  • πŸ›‘οΈ SQL Safety Guard β€” blocks DROP/TRUNCATE/ALTER and DELETE/UPDATE without WHERE; strict/warn/off modes, PII detection, and auto-LIMIT. Hand Claude your real Redash without flinching.
  • 🧠 BIRD Smart Query β€” analyzes the question, auto-selects the right tables, and guides SQL generation (based on the BIRD text-to-SQL methodology). Optional Claude Haiku fallback for table selection.
  • ⚑ One-command setup β€” npx redash-mcp setup configures Claude Desktop / Claude Code / Cursor / Gemini CLI / Codex CLI for you. No hand-editing JSON.
  • πŸ”’ Fully local β€” talks directly to your Redash instance. API key and query results never leave your machine.
  • πŸ“Š End-to-end β€” query, save, fork, dashboards, widgets, and alerts β€” 20+ tools across 6 categories.

Features

Tools

CategoryToolDescription
Data Sourceslist_data_sourcesList connected data sources
Schemalist_tablesList tables (supports keyword search)
Schemaget_table_columnsGet column names and types
Smart Querysmart_queryAnalyze a question, auto-select tables, guide SQL generation (BIRD)
Smart Queryget_bird_configInspect the active BIRD smart-query configuration
Smart Queryevaluate_queriesEvaluate generated SQL against expected results
Smart Querysubmit_query_feedbackRecord feedback to improve future table selection
Smart Querymanage_few_shot_examplesAdd/list BIRD few-shot examples
Smart Querymanage_keyword_mapAdd/list keyword→table mappings
Queryrun_queryExecute SQL and return results
Saved Querieslist_queriesList saved queries
Saved Queriesget_queryGet query details (SQL, visualizations)
Saved Queriesget_query_resultRun a saved query and get results
Saved Queriescreate_querySave a new query
Saved Queriesupdate_queryUpdate a saved query
Saved Queriesfork_queryFork a saved query
Saved Queriesarchive_queryArchive (delete) a query
Dashboardslist_dashboardsList dashboards
Dashboardsget_dashboardGet dashboard details and widgets
Dashboardscreate_dashboardCreate a new dashboard
Dashboardsadd_widgetAdd a visualization widget to a dashboard
Alertslist_alertsList alerts
Alertsget_alertGet alert details
Alertscreate_alertCreate a new alert

SQL Safety Guard

Protects your database from dangerous queries:

  • Blocked always: DROP, TRUNCATE, ALTER TABLE, GRANT/REVOKE, DELETE/UPDATE without WHERE
  • Warned (warn mode) / Blocked (strict mode): SELECT *, queries without WHERE or LIMIT, PII column access
  • Auto-LIMIT: Automatically appends LIMIT N when REDASH_AUTO_LIMIT is set

Query Cache

Results are cached in-memory to reduce redundant API calls:

  • TTL: configurable via REDASH_MCP_CACHE_TTL (default: 300s)
  • Max memory: configurable via REDASH_MCP_CACHE_MAX_MB (default: 50MB)

Installation

Auto Setup (Recommended)

Terminal
npx redash-mcp setup

The setup wizard will guide you through configuring Claude Desktop, Claude Code (CLI), Cursor, Gemini CLI, and Codex CLI β€” pick any combination.

Shell Script Install

Installs Node.js, Claude Desktop, and MCP config all at once:

Terminal
curl -fsSL https://raw.githubusercontent.com/seob717/redash-mcp/main/install.sh | bash

Manual Setup

1. Get your Redash API Key

Go to Redash β†’ Profile (top right) β†’ Edit Profile β†’ Copy API Key

2-A. Claude Desktop

Open ~/Library/Application Support/Claude/claude_desktop_config.json and add:

config.json
{
  "mcpServers": {
    "redash-mcp": {
      "command": "npx",
      "args": ["-y", "redash-mcp"],
      "env": {
        "REDASH_URL": "https://your-redash-instance.com",
        "REDASH_API_KEY": "your_api_key_here"
      }
    }
  }
}

Fully quit and restart Claude Desktop after saving.

2-B. Claude Code (CLI)

Terminal
claude mcp add --scope user redash-mcp \
  -e REDASH_URL=https://your-redash-instance.com \
  -e REDASH_API_KEY=your_api_key_here \
  -- npx -y redash-mcp

2-C. Cursor

Open ~/.cursor/mcp.json (create it if missing) and add:

config.json
{
  "mcpServers": {
    "redash-mcp": {
      "command": "npx",
      "args": ["-y", "redash-mcp"],
      "env": {
        "REDASH_URL": "https://your-redash-instance.com",
        "REDASH_API_KEY": "your_api_key_here"
      }
    }
  }
}

2-D. Gemini CLI

bash
gemini mcp add -s user \
  -e REDASH_URL=https://your-redash-instance.com \
  -e REDASH_API_KEY=your_api_key_here \
  redash-mcp npx -y redash-mcp

2-E. Codex CLI

bash
codex mcp add redash-mcp \
  --env REDASH_URL=https://your-redash-instance.com \
  --env REDASH_API_KEY=your_api_key_here \
  -- npx -y redash-mcp

macOS: If npx is not found, run which npx to get the full path and use that instead.


Environment Variables

Required

VariableDescription
REDASH_URLRedash instance URL (e.g. https://redash.example.com)
REDASH_API_KEYRedash user API key

Optional

VariableDefaultDescription
REDASH_SAFETY_MODEwarnSQL safety level: off / warn / strict
REDASH_SAFETY_DISABLE_PIIfalseDisable PII detection
REDASH_SAFETY_DISABLE_COSTfalseDisable cost warnings
REDASH_AUTO_LIMIT0Auto-append LIMIT N to queries without one (0 = disabled)
REDASH_DEFAULT_MAX_AGE0Redash cache TTL in seconds
REDASH_MCP_CACHE_TTL300MCP query cache TTL in seconds (0 = disabled)
REDASH_MCP_CACHE_MAX_MB50Max memory for MCP query cache in MB
REDASH_MCP_CONFIG_DIR~/.redash-mcpDirectory for BIRD few-shot, feedback, eval, keyword-map data
REDASH_BIRD_ENABLEDtrueSet to false to disable BIRD smart query tools
REDASH_HTTP_TIMEOUT_SECS30Per-request HTTP timeout against the Redash API
ANTHROPIC_API_KEYβ€”If set, BIRD smart_query falls back to Claude Haiku for table selection when keyword scoring fails

Usage Examples

Just ask Claude in natural language:

  • "Show me the columns in the users table"
  • "Run a query to get order counts for the last 7 days"
  • "List all saved queries"
  • "Show widgets in the revenue dashboard"
  • "Create an alert when daily signups drop below 100"

Example 1: Query data with natural language

Prompt: "How many new users signed up this month?"

Tool flow:

  1. list_data_sources β†’ Identify the target data source
  2. smart_query β†’ Analyze the question, auto-select the User table, provide SQL generation guidance
  3. run_query β†’ Execute the generated SQL

Result:

Code
There were 18,197 new signups this month.

Example 2: Complex business questions

Prompt: "What percentage of last week's new users made a purchase?"

Tool flow:

  1. smart_query β†’ Analyze the question, auto-select User and Payment tables, provide JOIN query guidance
  2. run_query β†’ Execute the SQL

Result:

Code
Out of 1,204 new users last week, 312 made a purchase (25.9%).

Example 3: Create a query and dashboard

Prompt: "Create a monthly revenue trend query and add it to a dashboard"

Tool flow:

  1. smart_query β†’ Analyze revenue-related tables
  2. create_query β†’ Save the "Monthly Revenue Trend" query
  3. create_dashboard β†’ Create a "Revenue Dashboard"
  4. get_query β†’ Get the visualization ID from the saved query
  5. add_widget β†’ Add the chart widget to the dashboard

Result:

Code
Created "Revenue Dashboard" with the monthly revenue trend chart.
View in Redash: https://your-redash.com/dashboard/monthly-revenue

Privacy Policy

Data Collection and Processing

redash-mcp is a local MCP server that communicates directly with your Redash instance. No intermediate servers are involved.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Mysql β†’
  • Influxdb3 MCP Server logoInfluxdb3 MCP Server
    Verified

    Official MCP server for InfluxDB 3 Core/Enterprise/Cloud Dedicated

    πŸ—„οΈ Databases2 views
    Compare vs Influxdb3 MCP Server β†’
  • Mysql MCP Server Pro logoMysql MCP Server Pro

    Supports SSE, STDIO; not only limited to MySQL's CRUD functionality; also includes database exception analysis capabilities; controls database permissions based on roles; and makes it easy for developers to extend tools with customization

    πŸ—„οΈ Databases2 views
    Compare vs Mysql MCP Server Pro β†’
  • MCP Snowflake Server logoMCP Snowflake Server

    Snowflake integration implementing read and (optional) write operations as well as insight tracking

    πŸ—„οΈ Databases2 views
    Compare vs MCP Snowflake Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
11d ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Redash MCP

It blocks dangerous commands like DROP, TRUNCATE, ALTER TABLE, GRANT/REVOKE, and DELETE/UPDATE without WHERE clauses. It can warn or block SELECT * and queries without WHERE or LIMIT, and detects PII column access.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRedash MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/seob717-redash-mcp?style=directory)](https://allmcps.com/mcp/seob717-redash-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/seob717-redash-mcp"><img src="https://allmcps.com/api/badge/seob717-redash-mcp?style=directory" alt="Redash MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 1, 2026
4/5 checks healthy over the last 32d
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit11d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 1, 2026
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 22d ago via OSV.dev Β· redash-mcp (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Redash MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code