Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS CodeBuild MCP Server

<fullname>CodeBuild</fullname> <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepacka

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-codebuild

Environment Variables

AWS_CODEBUILD_API_KEY

Example: your_aws_codebuild_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-codebuild": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codebuild"],
      "env": {
      "AWS_CODEBUILD_API_KEY": "your_aws_codebuild_api_key"
}
    }
  }
}

Endpoints

POST/#X-Amz-Target=CodeBuild_20161006.BatchDeleteBuilds

BatchDeleteBuilds

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetBuildBatches

BatchGetBuildBatches

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetBuilds

BatchGetBuilds

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetProjects

BatchGetProjects

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetReportGroups

BatchGetReportGroups

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetReports

BatchGetReports

POST/#X-Amz-Target=CodeBuild_20161006.CreateProject

CreateProject

POST/#X-Amz-Target=CodeBuild_20161006.CreateReportGroup

CreateReportGroup

POST/#X-Amz-Target=CodeBuild_20161006.CreateWebhook

CreateWebhook

POST/#X-Amz-Target=CodeBuild_20161006.DeleteBuildBatch

DeleteBuildBatch