MCP-TTS-Kokoro

Created By
ToGaV2a year ago
A MCP Server built on Gradio that returns English Text as Sound (TTS)
Overview

what is MCP-TTS-Kokoro?

MCP-TTS-Kokoro is a Text-to-Speech (TTS) server built on Gradio that transforms English text into sound, providing a seamless way to convert written content into audio.

how to use MCP-TTS-Kokoro?

To use MCP-TTS-Kokoro, clone the repository from GitHub, install the required dependencies using pip, and run the application. You can then input English text to receive audio output.

key features of MCP-TTS-Kokoro?

  • Lightweight design suitable for Apple M1 silicon.
  • Ability to generate a public URL for sharing via Gradio.
  • Supports SSE MCP communication standard.
  • Options for selecting female or male voice and adjusting voice speed from 0.5 to 1.5.

use cases of MCP-TTS-Kokoro?

  1. Creating audio versions of written content for accessibility.
  2. Developing applications that require voice output from text.
  3. Enhancing user experience in educational tools by providing audio feedback.

FAQ from MCP-TTS-Kokoro?

  • What programming language is MCP-TTS-Kokoro built with?

MCP-TTS-Kokoro is built using Python 3.12.

  • Is there a specific hardware requirement to run MCP-TTS-Kokoro?

It is designed to run efficiently on Apple M1 silicon, but can be run on other systems as well.

  • Can I customize the voice output?

Yes! You can choose between a female or male voice and adjust the speed of the voice.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
ToGaV2
Star
0
Language
Python
License
Apache-2.0 license

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

16 hours ago