vocea-admin

@vocea.app/mcp-server

Community vocea-admin
Updated

@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

MCP Server · Populars

MCP Server · New

    sjkim1127

    Reversecore_MCP

    A security-first MCP server empowering AI agents to orchestrate Ghidra, Radare2, and YARA for automated reverse engineering.

    Community sjkim1127
    sebringj

    Autonomo MCP

    Tired of 'it works' lies? Autonomo MCP makes your AI prove it—on real hardware, right in your editor.

    Community sebringj
    softerist

    Heuristic MCP Server

    Enhanced MCP server for semantic code search with call-graph proximity, recency ranking, and find-similar-code. Built for AI coding assistants.

    Community softerist
    arm

    Arm MCP Server

    Arm's MCP server

    Community arm
    bobmatnyc

    MCP Vector Search

    CLI-first semantic code search with MCP integration. Modern, fast, and intelligent code search powered by ChromaDB and AST parsing.

    Community bobmatnyc