Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Batch MCP Server

<fullname>Batch</fullname> <p>Using Batch, you can run batch computing workloads on the Amazon Web Services Cloud. Batch computing is a common means for developers, scientists, and engineers to access large amounts of compute resources. Batch uses the advantages of the batch computing to remove the

Quick Setup

Transport: STDIO

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

Environment Variables

AWS_BATCH_API_KEY

Example: your_aws_batch_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-batch": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-batch"],
      "env": {
      "AWS_BATCH_API_KEY": "your_aws_batch_api_key"
}
    }
  }
}

Endpoints

POST/v1/canceljob

CancelJob

POST/v1/createcomputeenvironment

CreateComputeEnvironment

POST/v1/createjobqueue

CreateJobQueue

POST/v1/createschedulingpolicy

CreateSchedulingPolicy

POST/v1/deletecomputeenvironment

DeleteComputeEnvironment

POST/v1/deletejobqueue

DeleteJobQueue

POST/v1/deleteschedulingpolicy

DeleteSchedulingPolicy

POST/v1/deregisterjobdefinition

DeregisterJobDefinition

POST/v1/describecomputeenvironments

DescribeComputeEnvironments

POST/v1/describejobdefinitions

DescribeJobDefinitions