Voipi
Description
🎙️ Give your apps, CLIs, and agents a voice. VoiPi is a universal, zero-dependency, free text-to-speech library for JavaScript.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
voipi
Give your apps, CLIs, and agents a voice. VoiPi is a universal, zero-dependency, free text-to-speech library for JavaScript.
- Pure JS, Zero deps, Less than 100kB total install size and 10kB bundled providers
- No API keys required
- Multiple providers: Browser TTS, macOS, Edge TTS, Google TTS, Piper, eSpeak NG
- Auto fallback: Picks the best available provider per platform
- Auto language detection: Detects script (Arabic, Farsi, CJK, Cyrillic, etc.) and Latin-script languages (French, Spanish, German, Portuguese, etc.) — picks the best voice automatically
- MCP Server: Give AI agents a voice — auto install with Claude Code, Codex, Cursor, Windsurf, OpenCode and Pi.
Demo
CLI
You can use `voipi` directly with npx/pnpx/bunx.
# Speak text (auto-selects best available provider)
npx voipi 'The quick brown fox jumps over the lazy dog'
npx voipi speak 'Hello world'
# Choose a specific voice and speed
npx voipi 'Hi' -v en-US-BrianNeural -r 1.5
# Save to file instead of playing
npx voipi speak 'Hi' -o hello.mp3
# Use a specific provider
npx voipi 'Bonjour le monde' -p edge-tts -v fr-FR-DeniseNeural
# List available voices
npx voipi voices
# List voices for a specific provider
npx voipi voices -p edge-tts
# Start MCP server (stdio transport)
npx voipi mcp
MCP Server
VoiPi includes a built-in [MCP](https://modelcontextprotocol.io/) serve
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11