loading…
Search for a command to run...
loading…
Enables AI agents to generate speech, transcribe audio, and manage voices via the Vocea API.
Enables AI agents to generate speech, transcribe audio, and manage voices via the Vocea API.
MCP (Model Context Protocol) server for Vocea — lets AI agents generate speech, transcribe audio, and manage voices.
npm install -g @vocea.app/mcp-server
Add to claude_desktop_config.json:
{
"mcpServers": {
"vocea": {
"command": "vocea-mcp",
"env": {
"VOCEA_API_KEY": "vca_your_api_key"
}
}
}
}
| Tool | Description |
|---|---|
vocea_generate_audio |
Convert text to speech |
vocea_list_voices |
List your cloned voices |
vocea_list_public_voices |
Browse community voices |
vocea_transcribe |
Transcribe audio (base64) to text |
vocea_get_credits |
Check credit balance |
vocea_get_audio |
Get audio details and CDN URL |
| Variable | Required | Description |
|---|---|---|
VOCEA_API_KEY |
Yes | API key starting with vca_ |
VOCEA_BASE_URL |
No | Override base URL (default: https://vocea.app/api) |
VOCEA_API_KEY=vca_xxx node dist/index.js
Run in your terminal:
claude mcp add vocea-app-mcp-server -- npx