Amazon Polly MCP Config
<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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-polly.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-polly.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-polly": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-polly"],
"env": {
"AMAZON_POLLY_API_KEY": "your_amazon_polly_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-polly.jsonEnvironment Variables
AMAZON_POLLY_API_KEYReplace your_amazon_polly_api_key with your actual amazon polly api key
Endpoints
/v1/lexicons/{LexiconName}GetLexicon
/v1/lexicons/{LexiconName}PutLexicon
/v1/lexicons/{LexiconName}DeleteLexicon
/v1/voicesDescribeVoices
/v1/synthesisTasks/{TaskId}GetSpeechSynthesisTask
/v1/lexiconsListLexicons
/v1/synthesisTasksListSpeechSynthesisTasks
/v1/synthesisTasksStartSpeechSynthesisTask
/v1/speechSynthesizeSpeech