phantom-voices-mcp
PHANTOM VOICES is an open, free-to-use catalog of 10 commercially-cleared, professional voice clones hosted on ElevenLabs. Every voice is available through a REST API with zero handshake fees. Sign up for a free ElevenLabs account and start generating speech instantly.
Quick Links
Resource | URL |
Voice Portfolio | |
OpenAPI Spec | |
Postman Collection | |
MCP Server (Claude) | |
npm Package | |
AI Plugin |
Related MCP server: elevenlabs-mcp
Voice Catalog
ID | Archetype | ElevenLabs Voice ID | Add to Account |
V1 | Spatial-Ready Immersive |
| |
V2 | Premium Multilingual Briefing Specialist |
| |
V3 | Authoritative Multilingual Baritone |
| |
V4 | Conversational E-Learning Authentic |
| |
V5 | Energetic Multi-Sector Character & Narrator |
| |
V6 | Urban Truth-Teller |
| |
V7 | High-Energy Youthful Retail & Commercial Specialist |
| |
V8 | Narrative Sage |
| |
V9 | Clinical B2B Unbiased Assistant |
| |
V10 | Advanced Sci-Fi Technical Companion |
|
Try It Now
List all voices
curl https://auto-business-agent.replit.app/api/public/voicesGet a single voice
curl https://auto-business-agent.replit.app/api/public/voices/V3Search voices
curl "https://auto-business-agent.replit.app/api/public/search?q=multilingual+baritone"Recommend a voice
curl "https://auto-business-agent.replit.app/api/public/recommend?use_case=customer+support&platform=vapi"Compare a voice vs stock alternatives
curl "https://auto-business-agent.replit.app/api/public/compare?voice_id=V3"Get voice of the week
curl https://auto-business-agent.replit.app/api/public/voice-of-the-weekAI Agent Integration
PHANTOM VOICES provides ready-to-paste configuration for 29 platforms:
Category | Platforms |
Voice Agent Builders | Vapi, Retell AI, Bland AI, Synthflow, Voiceflow, Play.ai |
AI Frameworks | LangChain, CrewAI, AutoGen (Microsoft), Vercel AI SDK |
Direct API | ElevenLabs API |
Telephony | Twilio |
Low-Code / No-Code | Botpress, Dify.ai, Flowise, n8n, Make (Integromat), Zapier |
Video AI | HeyGen, Synthesia, D-ID, Pictory, InVideo, Colossyan, Fliki, Runway, Descript, Kapwing, Lumen5 |
Every API response includes a platformConfigs object with the exact JSON config for each platform.
Add to Claude Desktop
Install the MCP Server to give Claude direct access to the voice catalog:
npm install -g phantom-voices-mcpAdd the following to your claude_desktop_config.json:
{
"mcpServers": {
"phantom-voices": {
"command": "npx",
"args": ["phantom-voices-mcp"],
"env": {
"PHANTOM_VOICES_API_URL": "https://auto-business-agent.replit.app"
}
}
}
}Then ask Claude things like:
"Find me a multilingual voice for a corporate training video"
"Which voice is best for a sci-fi game NPC?"
"Give me the Vapi config for voice V9"
Add to ChatGPT
Create a Custom GPT that searches and recommends voices:
Name: PHANTOM VOICES — Voice Clone Finder
Import the action spec from:
https://auto-business-agent.replit.app/api/public/openapi.jsonSet Authentication to None
Publish
The GPT will automatically call the API to search voices and return platform-ready configs.
npm Package
Install the client library:
npm install phantom-voicesQuick example:
const { listVoices, getVoice, searchVoices, speak, SIGNUP_URL } = require("phantom-voices");
const voices = listVoices();
console.log(voices);
const voice = getVoice("V3");
console.log(voice.name, voice.voiceId);
const gaming = searchVoices({ query: "gaming" });
const japanese = searchVoices({ language: "japanese" });
// Generate speech (requires ElevenLabs API key)
// Sign up free: https://try.elevenlabs.io/xz94z17y73rm
const response = await speak("V1", "Hello world", "YOUR_API_KEY");
const audioBuffer = await response.arrayBuffer();Embed on Your Website
Add a searchable voice catalog widget to any website:
<div data-phantom-voices></div>
<script src="https://auto-business-agent.replit.app/embed/widget.js"></script>API Endpoints
Endpoint | Description |
| List all 10 voices |
| Get voice by ID (V1-V10) |
| Search voices |
| AI recommendations |
| Compare vs stock voices |
| Featured voice |
| Audio preview (MP3) |
| OpenAPI 3.0 spec |
| Postman Collection v2.1 |
| Agent discovery manifest |
| ChatGPT plugin manifest |
| Agent discovery standard |
| LLM-readable site description |
| Dynamic sitemap |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceAn official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.271,517MIT- AlicenseAqualityDmaintenanceOfficial ElevenLabs MCP server for text-to-speech, voice cloning, audio transcription, and sound generation.24MIT
- AlicenseAqualityCmaintenanceMCP server that brings ElevenLabs to Claude Code — text-to-speech, sound effects, music generation, voice cloning, speech-to-speech, transcription, and voice isolation. 8 tools for industry-leading AI audio.8MIT
- Alicense-qualityCmaintenanceOfficial MCP server that enables interaction with ElevenLabs Text to Speech and audio processing APIs. It allows generating speech, cloning voices, transcribing audio, and creating sound effects through natural language.MIT
Related MCP Connectors
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Hosted MCP server to humanize AI text: tell scans, voice fingerprints, burstiness, rewrite checks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TodiwalaVentures/phantom-voices-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server