← Registry

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.

1 endpoint7 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://easyvoice.ae/api/mcp

No auth detected

MCP server metadata

Name
easyvoice
Version
1.0.0
Capabilities
tools
Server instructions

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_speech

Convert text to a downloadable MP3 or WAV audio file with one of EasyVoice's 66 neural voices.

Inferred read-only
list_voices

List all 66 EasyVoice catalog voices (id, name, language, accent, gender, free/pro tier) plus this key's cloned voices.

Inferred read-only
get_usage

Check this API key's plan and usage.

Inferred read-only
generate_long_form

Generate long-form narration (up to 500,000 characters ≈ 9 hours of audio) as an async job.

Inferred read-only
create_podcast

Create a two-host (A/B) podcast episode as an async job.

Potential side effects
clone_voice

Enroll a custom cloned voice from an audio sample (async).

Inferred read-only
get_job_status

Check the status of a long-form, podcast or tts job owned by this key.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.