AWS CodeDeploy Claude Desktop Config
Add the AWS CodeDeploy 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-codedeploy": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-codedeploy"
],
"env": {
"AWS_CODEDEPLOY_API_KEY": "your_aws_codedeploy_api_key"
}
}
}
}Environment Variables
AWS_CODEDEPLOY_API_KEYReplace your_aws_codedeploy_api_key with your actual aws codedeploy api key
Endpoints
POST
/#X-Amz-Target=CodeDeploy_20141006.AddTagsToOnPremisesInstancesAddTagsToOnPremisesInstances
POST
/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisionsBatchGetApplicationRevisions
POST
/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationsBatchGetApplications
POST
/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentGroupsBatchGetDeploymentGroups
POST
/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentInstancesBatchGetDeploymentInstances
POST
/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentTargetsBatchGetDeploymentTargets
POST
/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentsBatchGetDeployments
POST
/#X-Amz-Target=CodeDeploy_20141006.BatchGetOnPremisesInstancesBatchGetOnPremisesInstances
POST
/#X-Amz-Target=CodeDeploy_20141006.ContinueDeploymentContinueDeployment
POST
/#X-Amz-Target=CodeDeploy_20141006.CreateApplicationCreateApplication