Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Batch MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-batch.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-batch.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-batch.json

Environment Variables

AWS_BATCH_API_KEY

Replace your_aws_batch_api_key with your actual 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