Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon EMR Containers MCP Config

<p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). With this deployment option, you can focus on running analytics workloads while Amazon EMR on EKS builds, configures, and manages

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-emr-containers": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-emr-containers"],
      "env": {
      "AMAZON_EMR_CONTAINERS_API_KEY": "your_amazon_emr_containers_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-emr-containers.json

Environment Variables

AMAZON_EMR_CONTAINERS_API_KEY

Replace your_amazon_emr_containers_api_key with your actual amazon emr containers api key

Endpoints

GET/virtualclusters/{virtualClusterId}/jobruns/{jobRunId}

DescribeJobRun

DELETE/virtualclusters/{virtualClusterId}/jobruns/{jobRunId}

CancelJobRun

GET/jobtemplates

ListJobTemplates

POST/jobtemplates

CreateJobTemplate

GET/virtualclusters/{virtualClusterId}/endpoints

ListManagedEndpoints

POST/virtualclusters/{virtualClusterId}/endpoints

CreateManagedEndpoint

GET/virtualclusters

ListVirtualClusters

POST/virtualclusters

CreateVirtualCluster

GET/jobtemplates/{templateId}

DescribeJobTemplate

DELETE/jobtemplates/{templateId}

DeleteJobTemplate