Skip to content
MCP-Bridge
Databases

Amazon Redshift Claude Desktop Config

Add the Amazon Redshift MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-redshift": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-redshift"
      ],
      "env": {
        "AMAZON_REDSHIFT_API_KEY": "your_amazon_redshift_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_REDSHIFT_API_KEY

Replace your_amazon_redshift_api_key with your actual amazon redshift api key

Endpoints

GET/#Action=AcceptReservedNodeExchange

GET_AcceptReservedNodeExchange

POST/#Action=AcceptReservedNodeExchange

POST_AcceptReservedNodeExchange

GET/#Action=AddPartner

GET_AddPartner

POST/#Action=AddPartner

POST_AddPartner

GET/#Action=AssociateDataShareConsumer

GET_AssociateDataShareConsumer

POST/#Action=AssociateDataShareConsumer

POST_AssociateDataShareConsumer

GET/#Action=AuthorizeClusterSecurityGroupIngress

GET_AuthorizeClusterSecurityGroupIngress

POST/#Action=AuthorizeClusterSecurityGroupIngress

POST_AuthorizeClusterSecurityGroupIngress

GET/#Action=AuthorizeDataShare

GET_AuthorizeDataShare

POST/#Action=AuthorizeDataShare

POST_AuthorizeDataShare