@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.
Latest Blog Posts
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