Skip to content
MCP-Bridge
Cloud Infrastructure

Redshift Data API Service Claude Desktop Config

Add the Redshift Data API Service 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-data": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-redshift-data"
      ],
      "env": {
        "REDSHIFT_DATA_API_SERVICE_API_KEY": "your_redshift_data_api_service_api_key"
      }
    }
  }
}

Environment Variables

REDSHIFT_DATA_API_SERVICE_API_KEY

Replace your_redshift_data_api_service_api_key with your actual redshift data api service api key

Endpoints

POST/#X-Amz-Target=RedshiftData.BatchExecuteStatement

BatchExecuteStatement

POST/#X-Amz-Target=RedshiftData.CancelStatement

CancelStatement

POST/#X-Amz-Target=RedshiftData.DescribeStatement

DescribeStatement

POST/#X-Amz-Target=RedshiftData.DescribeTable

DescribeTable

POST/#X-Amz-Target=RedshiftData.ExecuteStatement

ExecuteStatement

POST/#X-Amz-Target=RedshiftData.GetStatementResult

GetStatementResult

POST/#X-Amz-Target=RedshiftData.ListDatabases

ListDatabases

POST/#X-Amz-Target=RedshiftData.ListSchemas

ListSchemas

POST/#X-Amz-Target=RedshiftData.ListStatements

ListStatements

POST/#X-Amz-Target=RedshiftData.ListTables

ListTables