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_KEYExample: 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/canceljobCancelJob
POST
/v1/createcomputeenvironmentCreateComputeEnvironment
POST
/v1/createjobqueueCreateJobQueue
POST
/v1/createschedulingpolicyCreateSchedulingPolicy
POST
/v1/deletecomputeenvironmentDeleteComputeEnvironment
POST
/v1/deletejobqueueDeleteJobQueue
POST
/v1/deleteschedulingpolicyDeleteSchedulingPolicy
POST
/v1/deregisterjobdefinitionDeregisterJobDefinition
POST
/v1/describecomputeenvironmentsDescribeComputeEnvironments
POST
/v1/describejobdefinitionsDescribeJobDefinitions