AI & Machine Learning
easyvoice.ae
An EasyVoice text-to-speech MCP server that converts text into downloadable MP3/WAV audio using neural voices and also generates long-form narration and two-host podcast episodes.
ENDPOINT 1
https://easyvoice.ae/api/mcp
MCP server metadata
- Name
- easyvoice
- Version
- 1.0.0
EasyVoice is a hosted text-to-speech service. Free API keys can use the 12 free voices at 20 requests/minute, 2 concurrent requests, and a shared 5,000 characters/day pool; Pro ($9.99/mo flat) unlocks all 66 voices and removes the daily limit (10M characters/month fair use). Call list_voices first to pick a voice id. text_to_speech accepts up to 8,000 characters per call (4,000 for Arabic ar_* voices). Long-form scripts (generate_long_form), podcast episodes (create_podcast) and voice cloning (clone_voice) are Pro features — they run asynchronously: submit, then poll get_job_status. Generated audio links are not guaranteed to persist — download promptly.
Known tools 7
text_to_speechConvert text to a downloadable MP3 or WAV audio file with one of EasyVoice's 66 neural voices.
Inferred read-onlylist_voicesList all 66 EasyVoice catalog voices (id, name, language, accent, gender, free/pro tier) plus this key's cloned voices.
Inferred read-onlygenerate_long_formGenerate long-form narration (up to 500,000 characters ≈ 9 hours of audio) as an async job.
Inferred read-onlyget_job_statusCheck the status of a long-form, podcast or tts job owned by this key.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.easyvoice]
url = "https://easyvoice.ae/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"easyvoice": {
"type": "http",
"url": "https://easyvoice.ae/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: easyvoice
Remote MCP URL: https://easyvoice.ae/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"easyvoice": {
"url": "https://easyvoice.ae/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"easyvoice": {
"type": "http",
"url": "https://easyvoice.ae/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "easyvoice",
"transport": "streamable-http",
"url": "https://easyvoice.ae/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.