awslabs.redshift-mcp-server
An AWS Labs Model Context Protocol (MCP) server for Redshift
What it is and what it does
This package is an MCP server that bridges AI assistants to Amazon Redshift by exposing cluster discovery, metadata browsing, and query execution as standardized protocol tools. It works with both provisioned Redshift clusters and serverless workgroups, allowing assistants to enumerate databases, schemas, tables, and columns, then execute SQL queries in a read-only mode that rejects write statements.
The server integrates with boto3 and botocore to authenticate against AWS using standard credential chains (profiles, environment variables, or IAM roles). It depends on pydantic for configuration validation, loguru for logging, sqlglot for query parsing, and the mcp library for protocol compliance. Installation is straightforward via pip, though it requires Python 3.10+ and properly configured AWS credentials with appropriate Redshift permissions.
Use it for:
- Enable AI coding assistants (Cursor, VS Code) to explore Redshift schema and run exploratory queries without leaving the editor.
- Build chatbots that answer business questions by discovering relevant tables and executing aggregation queries on Redshift data.
- Automate metadata documentation by having an AI assistant traverse all clusters, databases, and schemas to generate data dictionaries.
- Create data governance tools that audit which tables and columns exist across multiple Redshift environments.
- Integrate Redshift query capabilities into multi-tool AI agent workflows for data analysis and reporting.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a Model Context Protocol (MCP) server that enables AI assistants to discover, explore, and safely query Amazon Redshift clusters and serverless workgroups through a standardized interface.
Yes. The package is actively maintained, has no known vulnerabilities, installs with low friction, and solves a clear problem for developers who want AI assistants to interact safely with Redshift. The permissive Apache-2.0 license and broad Python version support (3.10–3.13) make it suitable for most environments. Install it if you use Redshift and want MCP-compatible AI tooling; skip it if you have no Redshift clusters or do not use MCP clients.
Install
awslabs-redshift-mcp-server on PyPI
pip
pip install awslabs-redshift-mcp-serveruv
uv add awslabs-redshift-mcp-serverpoetry
poetry add awslabs-redshift-mcp-serverInstalling awslabs.redshift-mcp-server
Before you install
Low friction installation via pure Python wheel. Active maintenance with recent release (4 days old) and high repository engagement (9599 stars). Requires Python 3.10 or newer and AWS credentials configured.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most deployment scenarios.
Quickstart
# Install via uv
uv pip install awslabs.redshift-mcp-server
# Configure in MCP client (e.g., ~/.kiro/settings/mcp.json)
# Set AWS_PROFILE, AWS_REGION, and FASTMCP_LOG_LEVEL environment variables
# Then use via MCP client to call list_clusters, list_databases, list_tables, execute_query
Requires Python 3.10 or newer, AWS credentials configured (via CLI, environment variables, or profile), and appropriate AWS IAM permissions for Redshift discovery and query execution.
Verify before relying
- Specific AWS IAM permissions required for full functionality beyond the general Redshift access mentioned.
- Performance characteristics and query timeout limits for large result sets.
- Whether read-only enforcement applies to all query contexts or only specific execution paths.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — boto3, botocore, loguru, mcp, pydantic, sqlglot |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 98,931/month — #13,049 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: awslabs_redshift_mcp_server-0.0.34-py3-none-any.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
awslabs.aws-api-mcp-serverExposes AWS services to AI assistants through…
permissive · top 15,000 on PyPI
awslabs.aws-documentation-mcp-serverProvides an MCP server that exposes AWS…
permissive · top 5,000 on PyPI
awslabs.eks-mcp-serverConnects AI code assistants to Amazon EKS…
permissive · top 15,000 on PyPI
awslabs.bedrock-kb-retrieval-mcp-serverAn MCP server that connects AI tools to Amazon…
permissive · top 15,000 on PyPI
awslabs.aws-pricing-mcp-serverAn MCP server that exposes AWS pricing data and…
permissive · top 15,000 on PyPI
awslabs.cloudwatch-mcp-serverExposes CloudWatch metrics, logs, alarms, and…
permissive · top 15,000 on PyPI
awslabs.billing-cost-management-mcp-serverExposes AWS Billing and Cost Management APIs…
permissive · top 15,000 on PyPI
aws-cdk.aws-redshift-alphaDefines AWS Redshift clusters and database…
permissive · top 15,000 on PyPI
redshift-connectorredshift_connector is a Python database driver…
permissive · top 1,000 on PyPI
opensearch-mcp-server-pyProvides a Model Context Protocol (MCP) server…
permissive · top 15,000 on PyPI