A self-hosted MCP server that gives Claude free, high-quality neural text-to-speech, with audio that plays inline in the chat.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"edge-tts-mcp": {
"command": "npx",
"args": [
"-y",
"workblock100/edge-tts-mcp"
]
}
}
}
Run in terminal:
claude mcp add edge-tts-mcp npx -y workblock100/edge-tts-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"edge-tts-mcp": {
"command": "npx",
"args": [
"-y",
"workblock100/edge-tts-mcp"
]
}
}
}