AWS Proton Claude Desktop Config
Add the AWS Proton 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-proton": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-proton"
],
"env": {
"AWS_PROTON_API_KEY": "your_aws_proton_api_key"
}
}
}
}Environment Variables
AWS_PROTON_API_KEYReplace your_aws_proton_api_key with your actual aws proton api key
Endpoints
POST
/#X-Amz-Target=AwsProton20200720.AcceptEnvironmentAccountConnectionAcceptEnvironmentAccountConnection
POST
/#X-Amz-Target=AwsProton20200720.CancelComponentDeploymentCancelComponentDeployment
POST
/#X-Amz-Target=AwsProton20200720.CancelEnvironmentDeploymentCancelEnvironmentDeployment
POST
/#X-Amz-Target=AwsProton20200720.CancelServiceInstanceDeploymentCancelServiceInstanceDeployment
POST
/#X-Amz-Target=AwsProton20200720.CancelServicePipelineDeploymentCancelServicePipelineDeployment
POST
/#X-Amz-Target=AwsProton20200720.CreateComponentCreateComponent
POST
/#X-Amz-Target=AwsProton20200720.CreateEnvironmentCreateEnvironment
POST
/#X-Amz-Target=AwsProton20200720.CreateEnvironmentAccountConnectionCreateEnvironmentAccountConnection
POST
/#X-Amz-Target=AwsProton20200720.CreateEnvironmentTemplateCreateEnvironmentTemplate
POST
/#X-Amz-Target=AwsProton20200720.CreateEnvironmentTemplateVersionCreateEnvironmentTemplateVersion