Skip to main content
Glama
vocea-admin

@vocea.app/mcp-server

Official
by vocea-admin

@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-server

Usage 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

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

Environment Variables

Variable

Required

Description

VOCEA_API_KEY

Yes

API key starting with vca_

VOCEA_BASE_URL

No

Override base URL (default: https://vocea.app/api)

Running Locally

VOCEA_API_KEY=vca_xxx node dist/index.js
Install Server
A
license - permissive license
A
quality
C
maintenance

Resources

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