@vocea.app/mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@vocea.app/mcp-serverconvert 'Hello, how are you?' to speech using a friendly voice"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@vocea.app/mcp-server
MCP (Model Context Protocol) server for Vocea — lets AI agents generate speech, transcribe audio, and manage voices.
Installation
npm install -g @vocea.app/mcp-serverUsage with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"vocea": {
"command": "vocea-mcp",
"env": {
"VOCEA_API_KEY": "vca_your_api_key"
}
}
}
}Available Tools
Tool | Description |
| Convert text to speech |
| List your cloned voices |
| Browse community voices |
| Transcribe audio (base64) to text |
| Check credit balance |
| Get audio details and CDN URL |
Environment Variables
Variable | Required | Description |
| Yes | API key starting with |
| No | Override base URL (default: |
Running Locally
VOCEA_API_KEY=vca_xxx node dist/index.jsResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Create voice-agent scenarios, pull session analytics, place SIP calls, schedule meeting bots.
AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.
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/vocea-admin/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server