Amazon Redshift Claude Desktop Config
Add the Amazon Redshift MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_amazon_redshift_api_key with your actual amazon redshift api key
Endpoints
GET
/#Action=AcceptReservedNodeExchangeGET_AcceptReservedNodeExchange
POST
/#Action=AcceptReservedNodeExchangePOST_AcceptReservedNodeExchange
GET
/#Action=AddPartnerGET_AddPartner
POST
/#Action=AddPartnerPOST_AddPartner
GET
/#Action=AssociateDataShareConsumerGET_AssociateDataShareConsumer
POST
/#Action=AssociateDataShareConsumerPOST_AssociateDataShareConsumer
GET
/#Action=AuthorizeClusterSecurityGroupIngressGET_AuthorizeClusterSecurityGroupIngress
POST
/#Action=AuthorizeClusterSecurityGroupIngressPOST_AuthorizeClusterSecurityGroupIngress
GET
/#Action=AuthorizeDataShareGET_AuthorizeDataShare
POST
/#Action=AuthorizeDataSharePOST_AuthorizeDataShare