Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Elemental MediaConvert Claude Desktop Config

Add the AWS Elemental MediaConvert 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-mediaconvert": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-mediaconvert"
      ],
      "env": {
        "AWS_ELEMENTAL_MEDIACONVERT_API_KEY": "your_aws_elemental_mediaconvert_api_key"
      }
    }
  }
}

Environment Variables

AWS_ELEMENTAL_MEDIACONVERT_API_KEY

Replace your_aws_elemental_mediaconvert_api_key with your actual aws elemental mediaconvert api key

Endpoints

POST/2017-08-29/certificates

AssociateCertificate

GET/2017-08-29/jobs/{id}

GetJob

DELETE/2017-08-29/jobs/{id}

CancelJob

GET/2017-08-29/jobs

ListJobs

POST/2017-08-29/jobs

CreateJob

GET/2017-08-29/jobTemplates

ListJobTemplates

POST/2017-08-29/jobTemplates

CreateJobTemplate

GET/2017-08-29/presets

ListPresets

POST/2017-08-29/presets

CreatePreset

GET/2017-08-29/queues

ListQueues