Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Elemental MediaConvert MCP Server

AWS Elemental MediaConvert

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-mediaconvert

Environment Variables

AWS_ELEMENTAL_MEDIACONVERT_API_KEY

Example: your_aws_elemental_mediaconvert_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-mediaconvert": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-mediaconvert"],
      "env": {
      "AWS_ELEMENTAL_MEDIACONVERT_API_KEY": "your_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