Skip to content
MCP-Bridge
Cloud Infrastructure

AWS App Runner MCP Config

<fullname>App Runner</fullname> <p>App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, deci

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-apprunner.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-apprunner.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-apprunner": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-apprunner"],
      "env": {
      "AWS_APP_RUNNER_API_KEY": "your_aws_app_runner_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-apprunner.json

Environment Variables

AWS_APP_RUNNER_API_KEY

Replace your_aws_app_runner_api_key with your actual aws app runner api key

Endpoints

POST/#X-Amz-Target=AppRunner.AssociateCustomDomain

AssociateCustomDomain

POST/#X-Amz-Target=AppRunner.CreateAutoScalingConfiguration

CreateAutoScalingConfiguration

POST/#X-Amz-Target=AppRunner.CreateConnection

CreateConnection

POST/#X-Amz-Target=AppRunner.CreateObservabilityConfiguration

CreateObservabilityConfiguration

POST/#X-Amz-Target=AppRunner.CreateService

CreateService

POST/#X-Amz-Target=AppRunner.CreateVpcConnector

CreateVpcConnector

POST/#X-Amz-Target=AppRunner.CreateVpcIngressConnection

CreateVpcIngressConnection

POST/#X-Amz-Target=AppRunner.DeleteAutoScalingConfiguration

DeleteAutoScalingConfiguration

POST/#X-Amz-Target=AppRunner.DeleteConnection

DeleteConnection

POST/#X-Amz-Target=AppRunner.DeleteObservabilityConfiguration

DeleteObservabilityConfiguration