Paxa Labs MCP server
Thai and English speech AI: TTS with local playback, transcription, translation to Thai, and OCR
10 stars162 downloads/wk
Reviews
Write oneNobody has reviewed Paxa Labs yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Paxa Labs tools (11, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
control_playbackInspect and control the shared audio queue. status reports what is playing, what is
get_accountShow the API key's account: credit balance, plan, and rate limits. Free.
list_modelsList available Paxa models with their limits and credit pricing. Free.
list_voicesList the Paxa TTS voice roster: ids, names, gender, language, and character notes. Free.
ocr_documentwrite actionRun Paxa OCR on a local PDF, PNG, JPEG, or WebP file and return its content as
play_audioPlay a local audio file through this machine's speakers, for example a file produced
queue_speechRead long content aloud (stories, articles, books). Splits the text into segments,
speakSynthesize a short line with Paxa TTS and play it through this machine's speakers.
text_to_speechSynthesize speech with Paxa TTS and save it as an audio file without playing it.
transcribe_audioTranscribe a local recording of Thai or English speech (mp3, wav, flac, ogg, m4a, aac, or webm;
translate_to_thaiTranslate text from any language into Thai with Paxa Translate. Accepts a single
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan9 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 9 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
What the publisher says
From the Paxa Labs repository's README, as published. We do not edit it. Read it on GitHub
@paxalabs/mcp
Official MCP server for the Paxa Labs API: Thai and English speech AI for your agent, including local audio playback.
An agent connected to this server can speak out loud through your machine's speakers, read long content aloud as a managed playback queue, save speech to audio files, transcribe recordings with subtitles, translate any language into Thai, and read PDFs and images with OCR.
Beta. The tool set is complete and tested end to end, but tool names and
behavior may still change before 1.0 as feedback comes in. Report problems at
https://github.com/paxalabs/mcp/issues.
Quick start
You need a Paxa API key from paxalabs.com. New accounts include free credits.
Claude Code
claude mcp add paxa -e PAXA_API_KEY=pxa_your_key_here -- npx -y @paxalabs/mcpClaude Desktop, Cursor, and other MCP clients
Add to your client's MCP configuration (for Claude Desktop: claudedesktopconfig.json):
{
"mcpServers": {
"paxa": {
"command": "npx",
"args": ["-y", "@paxalabs/mcp"],
"env": {
"PAXA_API_KEY": "pxa_your_key_here"
}
}
}
}One click for Cursor or VS Code: the buttons install the same entry into ~/.cursor/mcp.json or VS Code's MCP settings. Then replace pxayourkey_here in the paxa entry with your key.
Tools
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @paxalabs/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp -- npx -y @paxalabs/mcp
Paxa Labs: common questions
- Is Paxa Labs MCP server safe?
- Yes, by our scan: it is graded A (85/100). Read the Paxa Labs safety report
- How do I install Paxa Labs?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Paxa Labs need an API key?
- Yes. The registry entry asks for
PAXA_API_KEY. - Is Paxa Labs maintained?
- The last commit was 11 days ago (2026-09-10). The latest release is v0.1.0-beta.9.