Skip to content
MCP-Bridge
Developer Tools

AmazonApiGatewayV2 Claude Desktop Config

Add the AmazonApiGatewayV2 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-apigatewayv2": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-apigatewayv2"
      ],
      "env": {
        "AMAZONAPIGATEWAYV2_API_KEY": "your_amazonapigatewayv2_api_key"
      }
    }
  }
}

Environment Variables

AMAZONAPIGATEWAYV2_API_KEY

Replace your_amazonapigatewayv2_api_key with your actual amazonapigatewayv2 api key

Endpoints

GET/v2/apis

GetApis

POST/v2/apis

CreateApi

PUT/v2/apis

ImportApi

GET/v2/domainnames/{domainName}/apimappings

GetApiMappings

POST/v2/domainnames/{domainName}/apimappings

CreateApiMapping

GET/v2/apis/{apiId}/authorizers

GetAuthorizers

POST/v2/apis/{apiId}/authorizers

CreateAuthorizer

GET/v2/apis/{apiId}/deployments

GetDeployments

POST/v2/apis/{apiId}/deployments

CreateDeployment

GET/v2/domainnames

GetDomainNames