Amazon API Gateway Claude Desktop Config
Add the Amazon API Gateway 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-apigateway": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-apigateway"
],
"env": {
"AMAZON_API_GATEWAY_API_KEY": "your_amazon_api_gateway_api_key"
}
}
}
}Environment Variables
AMAZON_API_GATEWAY_API_KEYReplace your_amazon_api_gateway_api_key with your actual amazon api gateway api key
Endpoints
GET
/apikeysGetApiKeys
POST
/apikeysCreateApiKey
GET
/restapis/{restapi_id}/authorizersGetAuthorizers
POST
/restapis/{restapi_id}/authorizersCreateAuthorizer
GET
/domainnames/{domain_name}/basepathmappingsGetBasePathMappings
POST
/domainnames/{domain_name}/basepathmappingsCreateBasePathMapping
GET
/restapis/{restapi_id}/deploymentsGetDeployments
POST
/restapis/{restapi_id}/deploymentsCreateDeployment
GET
/restapis/{restapi_id}/documentation/partsGetDocumentationParts
POST
/restapis/{restapi_id}/documentation/partsCreateDocumentationPart