v0.1.0-beta.3
Pre-release
Pre-release
First public beta of the Paxa Labs MCP server.
Install
- Claude Code:
claude mcp add paxa -e PAXA_API_KEY=pxa_... -- npx -y @paxalabs/mcp - Claude Desktop: download
paxalabs-mcp-0.1.0-beta.3.mcpbbelow, open it with Claude Desktop, and enter your API key in the extension settings. The bundle carries its own copy of the server, so no Node.js install is needed. - Any MCP client:
npx -y @paxalabs/mcpwithPAXA_API_KEYin the environment.
What is in this release
- Ten tools: speak, queue_speech, control_playback, play_audio, text_to_speech, translate_to_thai, ocr_document, list_voices, list_models, get_account. Every paid tool states its price.
- Streaming playback: with ffplay, mpv, or mpg123 installed, speech starts on the first bytes from the API, about 0.3 s to the first word regardless of length.
- One ordered audio queue, so sounds never overlap; long reads synthesize ahead and play gap-free.
- Tool annotations and per-error handling hints, so agents know what to do or what to tell the user when something fails, including a missing API key.
- Listed on the official MCP Registry as
com.paxalabs/mcp.
Beta: tool names and behavior may still change before 1.0. Please report problems in the issues.