Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Elemental MediaConvert MCP Config

AWS Elemental MediaConvert

Config URL

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

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

Configuration JSON

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

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

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