Skip to content
MCP-Bridge
AI & ML

Amazon Machine Learning Claude Desktop Config

Add the Amazon Machine Learning MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-machinelearning": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-machinelearning"
      ],
      "env": {
        "AMAZON_MACHINE_LEARNING_API_KEY": "your_amazon_machine_learning_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_MACHINE_LEARNING_API_KEY

Replace your_amazon_machine_learning_api_key with your actual amazon machine learning api key

Endpoints

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

AddTags

POST/#X-Amz-Target=AmazonML_20141212.CreateBatchPrediction

CreateBatchPrediction

POST/#X-Amz-Target=AmazonML_20141212.CreateDataSourceFromRDS

CreateDataSourceFromRDS

POST/#X-Amz-Target=AmazonML_20141212.CreateDataSourceFromRedshift

CreateDataSourceFromRedshift

POST/#X-Amz-Target=AmazonML_20141212.CreateDataSourceFromS3

CreateDataSourceFromS3

POST/#X-Amz-Target=AmazonML_20141212.CreateEvaluation

CreateEvaluation

POST/#X-Amz-Target=AmazonML_20141212.CreateMLModel

CreateMLModel

POST/#X-Amz-Target=AmazonML_20141212.CreateRealtimeEndpoint

CreateRealtimeEndpoint

POST/#X-Amz-Target=AmazonML_20141212.DeleteBatchPrediction

DeleteBatchPrediction

POST/#X-Amz-Target=AmazonML_20141212.DeleteDataSource

DeleteDataSource