ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Redash with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect to Redash to manage SQL queries, execute data visualizations, and monitor dashboards directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete Redash capability set.

These are the exact actions your AI can choose when you ask it to work with Redash.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Redash.

  1. 01

    Execute query

    Parameters must be provided for parameterized queries. Initiates a new query execution or returns a cached result

  2. 02

    Get query result

    Returns a query result by its result ID

  3. 03

    List dashboards

    Returns a paginated array of dashboard objects

  4. 04

    Update data source

    Configure a data source (e.g., SSH tunnel)

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Redash.

  1. 05

    List queries

    List Redash queries

  2. 06

    Test data source

    Test connection for a data source

  3. 07

    Archive dashboard

    Archive the specified dashboard

  4. 08

    Archive query

    Archive the specified query

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Redash.

  1. 09

    Create dashboard

    Create a new dashboard object

  2. 10

    Create query

    Create a new query object

  3. 11

    Get cached query result

    Get a cached result for a query ID (non-parameterized only)

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Redash.

  1. 12

    Get dashboard

    Returns an individual dashboard object

  2. 13

    Get data source

    Get data source details

  3. 14

    Get job

    SUCCESS includes query_result_id. Returns the status of a query task (job)

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Redash.

  1. 15

    Get query

    Get an individual query object

  2. 16

    Update dashboard

    Edit an existing dashboard object

  3. 17

    Update query

    Edit an existing query object

Observed, not estimated

987ms average. Fast in production.

Redash is checked daily against the live service.

Daily averagePeak 1261ms
Aug 20Today
Fastest day
857ms
Slowest day
1261ms
14-day trend
Slowing+5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Redash, so you can see the experience inside your AI.

It does not authenticate your account with Redash. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Redash Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_rRCXZFALibUsor8N9CjThd5ZlbvdaN0QeviiaDQu/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Redash capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "redash-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_rRCXZFALibUsor8N9CjThd5ZlbvdaN0QeviiaDQu/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Redash owners ask.

  • 01

    How do I run a query and get the results?

    Use the execute_query capability. If the query takes time, it returns a job_id. You can then use get_job to check the status, and once successful, use get_query_result with the provided ID to fetch the data.

  • 02

    Can I update the SQL of an existing query through the agent?

    Yes! Use the update_query capability by providing the Query ID and the new SQL string in the query parameter. You can also update the name or data source ID.

  • 03

    How do I find a specific dashboard and its widgets?

    First, use list_dashboards to find the slug of the dashboard you need. Then, use the get_dashboard capability with that slug to retrieve all its configuration details and widgets.