Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon AppConfig Claude Desktop Config

Add the Amazon AppConfig 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-appconfig": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-appconfig"
      ],
      "env": {
        "AMAZON_APPCONFIG_API_KEY": "your_amazon_appconfig_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_APPCONFIG_API_KEY

Replace your_amazon_appconfig_api_key with your actual amazon appconfig api key

Endpoints

GET/applications

ListApplications

POST/applications

CreateApplication

GET/applications/{ApplicationId}/configurationprofiles

ListConfigurationProfiles

POST/applications/{ApplicationId}/configurationprofiles

CreateConfigurationProfile

GET/deploymentstrategies

ListDeploymentStrategies

POST/deploymentstrategies

CreateDeploymentStrategy

GET/applications/{ApplicationId}/environments

ListEnvironments

POST/applications/{ApplicationId}/environments

CreateEnvironment

GET/extensions

ListExtensions

POST/extensions

CreateExtension