Skip to content

vocea-admin/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors