AI & MLAuto-generated
Amazon Polly MCP Server
<p>Amazon Polly is a web service that makes it easy to synthesize speech from text.</p> <p>The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-polly
Environment Variables
AMAZON_POLLY_API_KEYExample: your_amazon_polly_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-polly": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-polly"],
"env": {
"AMAZON_POLLY_API_KEY": "your_amazon_polly_api_key"
}
}
}
}Endpoints
GET
/v1/lexicons/{LexiconName}GetLexicon
PUT
/v1/lexicons/{LexiconName}PutLexicon
DELETE
/v1/lexicons/{LexiconName}DeleteLexicon
GET
/v1/voicesDescribeVoices
GET
/v1/synthesisTasks/{TaskId}GetSpeechSynthesisTask
GET
/v1/lexiconsListLexicons
GET
/v1/synthesisTasksListSpeechSynthesisTasks
POST
/v1/synthesisTasksStartSpeechSynthesisTask
POST
/v1/speechSynthesizeSpeech