AWS CodeBuild Claude Desktop Config
Add the AWS CodeBuild 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-codebuild": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-codebuild"
],
"env": {
"AWS_CODEBUILD_API_KEY": "your_aws_codebuild_api_key"
}
}
}
}Environment Variables
AWS_CODEBUILD_API_KEYReplace your_aws_codebuild_api_key with your actual aws codebuild api key
Endpoints
POST
/#X-Amz-Target=CodeBuild_20161006.BatchDeleteBuildsBatchDeleteBuilds
POST
/#X-Amz-Target=CodeBuild_20161006.BatchGetBuildBatchesBatchGetBuildBatches
POST
/#X-Amz-Target=CodeBuild_20161006.BatchGetBuildsBatchGetBuilds
POST
/#X-Amz-Target=CodeBuild_20161006.BatchGetProjectsBatchGetProjects
POST
/#X-Amz-Target=CodeBuild_20161006.BatchGetReportGroupsBatchGetReportGroups
POST
/#X-Amz-Target=CodeBuild_20161006.BatchGetReportsBatchGetReports
POST
/#X-Amz-Target=CodeBuild_20161006.CreateProjectCreateProject
POST
/#X-Amz-Target=CodeBuild_20161006.CreateReportGroupCreateReportGroup
POST
/#X-Amz-Target=CodeBuild_20161006.CreateWebhookCreateWebhook
POST
/#X-Amz-Target=CodeBuild_20161006.DeleteBuildBatchDeleteBuildBatch