The Redash MCP Server enables AI assistants to interact with Redash for query and dashboard management.
Key Capabilities:
- Query Management: List, create, update, archive queries and view available data sources
- Query Execution: Run queries and retrieve results with optional parameters
- Dashboard Management: List dashboards and access details of specific dashboards/visualizations
Allows integration with Redash instances to list queries and dashboards, execute queries, create and manage queries, list data sources, and get dashboard details and visualizations
Redash MCP Server
Model Context Protocol (MCP) server for integrating Redash with AI assistants like Claude.
Features
- Connect to Redash instances via the Redash API
- List available queries and dashboards as resources
- Execute queries and retrieve results
- Create and manage queries (create, update, archive)
- List data sources for query creation
- Get dashboard details and visualizations
Prerequisites
- Node.js (v18 or later)
- npm or yarn
- Access to a Redash instance
- Redash API key
Environment Variables
The server requires the following environment variables:
REDASH_URL
: Your Redash instance URL (e.g., https://redash.example.com)REDASH_API_KEY
: Your Redash API key
Optional variables:
REDASH_TIMEOUT
: Timeout for API requests in milliseconds (default: 30000)REDASH_MAX_RESULTS
: Maximum number of results to return (default: 1000)
Installation
- Clone this repository:
- Install dependencies:
- Create a
.env
file with your Redash configuration: - Build the project:
- Start the server:
Usage with Claude for Desktop
To use this MCP server with Claude for Desktop, configure it in your Claude for Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the following configuration (edit paths as needed):
Available Tools
Query Management
list-queries
: List all available queries in Redashget-query
: Get details of a specific querycreate-query
: Create a new query in Redashupdate-query
: Update an existing query in Redasharchive-query
: Archive (soft-delete) a querylist-data-sources
: List all available data sources
Query Execution
execute-query
: Execute a query and return results
Dashboard Management
list-dashboards
: List all available dashboardsget-dashboard
: Get dashboard details and visualizationsget-visualization
: Get details of a specific visualization
Development
Run in development mode:
Version History
- v1.1.0: Added query management functionality (create, update, archive)
- v1.0.0: Initial release
License
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Model Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.
- Features
- Prerequisites
- Environment Variables
- Installation
- Usage with Claude for Desktop
- Available Tools
- Development
- Version History
- License
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server implementation that enables seamless integration with Claude and other MCP-compatible clients to access Prem AI's language models, RAG capabilities, and document management features.Last updated -JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides access to Crunchbase data for AI assistants. This server allows AI assistants to search for companies, get company details, funding information, acquisitions, and people data from Crunchbase.Last updated -55JavaScriptMIT License
- AsecurityFlicenseAqualityAn all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.Last updated -2Python
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.Last updated -TypeScript