Skip to content
MCP-Bridge
AI & ML

Amazon SageMaker Service Claude Desktop Config

Add the Amazon SageMaker Service 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-sagemaker": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-sagemaker"
      ],
      "env": {
        "AMAZON_SAGEMAKER_SERVICE_API_KEY": "your_amazon_sagemaker_service_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_SAGEMAKER_SERVICE_API_KEY

Replace your_amazon_sagemaker_service_api_key with your actual amazon sagemaker service api key

Endpoints

POST/#X-Amz-Target=SageMaker.AddAssociation

AddAssociation

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

AddTags

POST/#X-Amz-Target=SageMaker.AssociateTrialComponent

AssociateTrialComponent

POST/#X-Amz-Target=SageMaker.BatchDescribeModelPackage

BatchDescribeModelPackage

POST/#X-Amz-Target=SageMaker.CreateAction

CreateAction

POST/#X-Amz-Target=SageMaker.CreateAlgorithm

CreateAlgorithm

POST/#X-Amz-Target=SageMaker.CreateApp

CreateApp

POST/#X-Amz-Target=SageMaker.CreateAppImageConfig

CreateAppImageConfig

POST/#X-Amz-Target=SageMaker.CreateArtifact

CreateArtifact

POST/#X-Amz-Target=SageMaker.CreateAutoMLJob

CreateAutoMLJob