Amazon Route 53 Claude Desktop Config
Add the Amazon Route 53 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-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_KEYReplace your_amazon_route_53_api_key with your actual amazon route 53 api key
Endpoints
POST
/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activateActivateKeySigningKey
POST
/2013-04-01/hostedzone/{Id}/associatevpcAssociateVPCWithHostedZone
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/cidrcollectionListCidrCollections
POST
/2013-04-01/cidrcollectionCreateCidrCollection