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

    sap156

    Zillow MCP Server

    Zillow MCP Server for real estate data access via the Model Context Protocol

    Community sap156
    gossipcat-ai

    gossipcat-ai

    Multi-agent code review mesh โ€” orchestrates AI agents from multiple providers to review code in parallel, cross-review each other's findings, and build accuracy profiles over time. Agents that catch real bugs get picked more often. Agents that hallucinate get deprioritized. MCP server for Claude Code, Cursor, and other IDEs.

    Community gossipcat-ai
    mediar-ai

    mcp-server-macos-use

    AI agent that controls computer with OS-level tools, MCP compatible, works with any model

    Community mediar-ai
    db-lyon

    UE-MCP

    Complete Unreal Engine development toolkit exposed as MCP tools.

    Community db-lyon
    obra

    Superpowers Chrome - Claude Code Plugin

    Claude Code plugin for direct Chrome browser control via DevTools Protocol - zero dependencies

    Community obra