HomeDesign & Media › Paxa Labs

Paxa Labs

Thai, English, Mandarin speech AI: TTS with playback, transcription, translation, OCR, extraction

TypeScript
★ 10 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0-beta.10)

npx -y @paxalabs/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@paxalabs/[email protected]"
      ],
      "env": {
        "PAXA_API_KEY": "<YOUR_VALUE>",
        "PAXA_OUTPUT_DIR": "<YOUR_VALUE>",
        "PAXA_DEFAULT_VOICE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PAXA_API_KEY required secret — Paxa Labs API key, created at https://paxalabs.com/app/keys
  • PAXA_OUTPUT_DIR — Directory where text_to_speech saves files (default: the working directory)
  • PAXA_DEFAULT_VOICE — Voice id used when a call does not pick one (default: nomyen)

Related servers

Data from the Official MCP Registry