Amazon Elastic Transcoder Claude Desktop Config
Add the Amazon Elastic Transcoder MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-elastictranscoder": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-elastictranscoder"
],
"env": {
"AMAZON_ELASTIC_TRANSCODER_API_KEY": "your_amazon_elastic_transcoder_api_key"
}
}
}
}Environment Variables
AMAZON_ELASTIC_TRANSCODER_API_KEYReplace your_amazon_elastic_transcoder_api_key with your actual amazon elastic transcoder api key
Endpoints
GET
/2012-09-25/jobs/{Id}ReadJob
DELETE
/2012-09-25/jobs/{Id}CancelJob
POST
/2012-09-25/jobsCreateJob
GET
/2012-09-25/pipelinesListPipelines
POST
/2012-09-25/pipelinesCreatePipeline
GET
/2012-09-25/presetsListPresets
POST
/2012-09-25/presetsCreatePreset
GET
/2012-09-25/pipelines/{Id}ReadPipeline
PUT
/2012-09-25/pipelines/{Id}UpdatePipeline
DELETE
/2012-09-25/pipelines/{Id}DeletePipeline