Server data from the Official MCP Registry
Explore Voxtral TTS with API notes, setup guidance, use cases, workflow tips, and FAQ answers for
Explore Voxtral TTS with API notes, setup guidance, use cases, workflow tips, and FAQ answers for
Excellent security posture. This is a read-only MCP server that exposes static knowledge about Voxtral TTS with no authentication requirements, no network calls, no external dependencies beyond the MCP SDK, and no sensitive data handling. The codebase is clean, well-structured, and free of dangerous patterns. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-voxtraltts-mcp": {
"args": [
"-y",
"msa-voxtraltts-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.