AmazonApiGatewayV2 Claude Desktop Config
Add the AmazonApiGatewayV2 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-apigatewayv2": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-apigatewayv2"
],
"env": {
"AMAZONAPIGATEWAYV2_API_KEY": "your_amazonapigatewayv2_api_key"
}
}
}
}Environment Variables
AMAZONAPIGATEWAYV2_API_KEYReplace your_amazonapigatewayv2_api_key with your actual amazonapigatewayv2 api key
Endpoints
GET
/v2/apisGetApis
POST
/v2/apisCreateApi
PUT
/v2/apisImportApi
GET
/v2/domainnames/{domainName}/apimappingsGetApiMappings
POST
/v2/domainnames/{domainName}/apimappingsCreateApiMapping
GET
/v2/apis/{apiId}/authorizersGetAuthorizers
POST
/v2/apis/{apiId}/authorizersCreateAuthorizer
GET
/v2/apis/{apiId}/deploymentsGetDeployments
POST
/v2/apis/{apiId}/deploymentsCreateDeployment
GET
/v2/domainnamesGetDomainNames