Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Route 53 Claude Desktop Config

Add the Amazon Route 53 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-route53": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-route53"
      ],
      "env": {
        "AMAZON_ROUTE_53_API_KEY": "your_amazon_route_53_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_ROUTE_53_API_KEY

Replace your_amazon_route_53_api_key with your actual amazon route 53 api key

Endpoints

POST/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate

ActivateKeySigningKey

POST/2013-04-01/hostedzone/{Id}/associatevpc

AssociateVPCWithHostedZone

GET/2013-04-01/cidrcollection/{CidrCollectionId}

ListCidrLocations

POST/2013-04-01/cidrcollection/{CidrCollectionId}

ChangeCidrCollection

DELETE/2013-04-01/cidrcollection/{CidrCollectionId}

DeleteCidrCollection

POST/2013-04-01/hostedzone/{Id}/rrset/

ChangeResourceRecordSets

GET/2013-04-01/tags/{ResourceType}/{ResourceId}

ListTagsForResource

POST/2013-04-01/tags/{ResourceType}/{ResourceId}

ChangeTagsForResource

GET/2013-04-01/cidrcollection

ListCidrCollections

POST/2013-04-01/cidrcollection

CreateCidrCollection