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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_ELEMENTAL_MEDIACONVERT_API_KEYReplace your_aws_elemental_mediaconvert_api_key with your actual aws elemental mediaconvert api key
Endpoints
POST
/2017-08-29/certificatesAssociateCertificate
GET
/2017-08-29/jobs/{id}GetJob
DELETE
/2017-08-29/jobs/{id}CancelJob
GET
/2017-08-29/jobsListJobs
POST
/2017-08-29/jobsCreateJob
GET
/2017-08-29/jobTemplatesListJobTemplates
POST
/2017-08-29/jobTemplatesCreateJobTemplate
GET
/2017-08-29/presetsListPresets
POST
/2017-08-29/presetsCreatePreset
GET
/2017-08-29/queuesListQueues