Brings Voxtral TTS voice synthesis into your MCP client with a read-only knowledge surface covering the platform's voice library, workflow patterns, and FAQ. You get two tools to list available voices and pull official links, plus resources describing the nine-language TTS setup, zero-shot cloning mechanics, and emotional style controls. No API keys required since this exposes documentation rather than live synthesis endpoints. Reach for it when you're prototyping voice features, planning multilingual audio workflows, or need Claude to answer questions about Voxtral's 70ms latency model and cross-lingual speaker consistency without leaving your editor. Cold start runs under 50ms and the whole server is stateless stdio.
Voxtral TTS Online Free Text to Speech & Voice Clone Speech
A Model Context Protocol server that exposes the canonical Voxtral TTS knowledge surface — voice and TTS workflows, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://voxtraltts.online
Voxtral TTS is Mistral AI's text-to-speech platform, accessible at voxtraltts.online, that converts written text into realistic, emotionally expressive speech across nine languages. Built on a 3.4-billion-parameter transformer decoder backbone paired with a flow-matching acoustic transformer and a neural audio codec, the system is designed for production environments where voice quality, low latency, and speaker consistency across languages all matter. The service is available as a hosted API at $0.016 per 1,000 characters, and the underlying model weights are also published on Hugging Face for teams that prefer self-hosted deployment. Whether you need a single narrator voice that holds up across French and Arabic, or a real-time voice agent that responds in under 100 milliseconds, Voxtral TTS is built to cover that range.
Voxtral TTS is aimed at product teams, engineers, and growth operators who are building voice features into applications rather than looking for a one-off audio tool. The API-first design and per-character pricing model suit developers who want to integrate TTS into a larger pipeline — whether that is a customer-facing chatbot, a localization workflow, or an internal voice agent. The zero-shot cloning capability and cross-lingual consistency make it especially useful for teams serving multilingual audiences who cannot afford to maintain separate voice recordings per language. Teams in regulated industries benefit from the open-source weight option, which lets them run inference entirely on their own infrastructure.
list_voicesReturn the canonical voice and TTS configuration exposed on the site. (Voxtral TTS)
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Voxtral TTS (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://voxtraltts/voices — Supported voices, languages, and TTS modes.site://voxtraltts/faq — Short FAQ generated from public site metadata.site://voxtraltts/links — Canonical URLs to share with users.tell_me_about_voxtralttsSummarize what the site is, who it's for, and how it works. — Voxtral TTS
read_aloud_demo_voxtralttsPlan a read-aloud workflow with the site's voices. — Voxtral TTS
npx -y @smithery/cli install voxtraltts-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/voxtraltts-mcp.git
cd voxtraltts-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"voxtraltts-mcp": {
"command": "node",
"args": [
"/absolute/path/to/voxtraltts-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
makafeli/n8n-workflow-builder
danishashko/make-mcp
lukisch/n8n-manager-mcp
io.github.us-all/airflow
io.github.infoinlet-marketplace/mcp-workflow