Skip to content
MCP-Bridge
AI & ML

Amazon EMR MCP Config

Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do tasks such as web indexing, data mining, log file analysis, machine learning, scientific simulation, and data ware

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-elasticmapreduce": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-elasticmapreduce"],
      "env": {
      "AMAZON_EMR_API_KEY": "your_amazon_emr_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-elasticmapreduce.json

Environment Variables

AMAZON_EMR_API_KEY

Replace your_amazon_emr_api_key with your actual amazon emr api key

Endpoints

POST/#X-Amz-Target=ElasticMapReduce.AddInstanceFleet

AddInstanceFleet

POST/#X-Amz-Target=ElasticMapReduce.AddInstanceGroups

AddInstanceGroups

POST/#X-Amz-Target=ElasticMapReduce.AddJobFlowSteps

AddJobFlowSteps

POST/#X-Amz-Target=ElasticMapReduce.AddTags

AddTags

POST/#X-Amz-Target=ElasticMapReduce.CancelSteps

CancelSteps

POST/#X-Amz-Target=ElasticMapReduce.CreateSecurityConfiguration

CreateSecurityConfiguration

POST/#X-Amz-Target=ElasticMapReduce.CreateStudio

CreateStudio

POST/#X-Amz-Target=ElasticMapReduce.CreateStudioSessionMapping

CreateStudioSessionMapping

POST/#X-Amz-Target=ElasticMapReduce.DeleteSecurityConfiguration

DeleteSecurityConfiguration

POST/#X-Amz-Target=ElasticMapReduce.DeleteStudio

DeleteStudio