Skip to content
MCP-Bridge
Databases

Amazon Relational Database Service Claude Desktop Config

Add the Amazon Relational Database 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-rds": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-rds"
      ],
      "env": {
        "AMAZON_RELATIONAL_DATABASE_SERVICE_API_KEY": "your_amazon_relational_database_service_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_RELATIONAL_DATABASE_SERVICE_API_KEY

Replace your_amazon_relational_database_service_api_key with your actual amazon relational database service api key

Endpoints

GET/#Action=AddSourceIdentifierToSubscription

GET_AddSourceIdentifierToSubscription

POST/#Action=AddSourceIdentifierToSubscription

POST_AddSourceIdentifierToSubscription

GET/#Action=AddTagsToResource

GET_AddTagsToResource

POST/#Action=AddTagsToResource

POST_AddTagsToResource

GET/#Action=AuthorizeDBSecurityGroupIngress

GET_AuthorizeDBSecurityGroupIngress

POST/#Action=AuthorizeDBSecurityGroupIngress

POST_AuthorizeDBSecurityGroupIngress

GET/#Action=CopyDBSnapshot

GET_CopyDBSnapshot

POST/#Action=CopyDBSnapshot

POST_CopyDBSnapshot

GET/#Action=CreateDBInstance

GET_CreateDBInstance

POST/#Action=CreateDBInstance

POST_CreateDBInstance