
Use LeanVox TTS Directly from Claude, ChatGPT & Cursor — No Code Required
What if your AI assistant could just... talk? Not "here's a link to an audio file." Actually generate speech, mid-conversation, without you writing a single line of code. That's what our MCP server does. npx leanvox-mcp Add it to Claude Desktop, Cursor, VS Code, or any MCP-compatible client. Your AI can now generate speech, create podcasts, clone voices, and check your balance — all through natural conversation. What is MCP? Model Context Protocol is an open standard (created by Anthropic) that lets AI apps connect to external tools. Think of it as USB-C for AI — one plug, works everywhere. Claude Desktop, ChatGPT, Cursor, Windsurf, VS Code, and hundreds of other apps support it. One MCP server = instant integration with all of them. Setup: 30 Seconds Claude Desktop — edit claude_desktop_config.json : { "mcpServers" : { "leanvox" : { "command" : "npx" , "args" : [ "leanvox-mcp" ], "env" : { "LEANVOX_API_KEY" : "lv_live_your_key" } } } } Cursor — add to MCP settings. VS Code — add to Co
Continue reading on Dev.to
Opens in a new tab


