mcpbeat Sign in

MCP Kokoro Tts MCP Server

local only

MCP Kokoro Tts runs on your own machine — the client starts it, so there is no endpoint to ping. 144 installs a week from pypi. Last commit 22 Aug 2026.

Local Kokoro-82M TTS MCP server that synthesizes and plays speech on your machine

Installs per day peak 1 167 · avg 103 · -43% w/w
a month agotoday
144
Installs / week
pypi · mcp-kokoro-tts
0
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    completed = subprocess.run(command, capture_output=True, text=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-kokoro-tts -- uvx mcp-kokoro-tts
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-kokoro-tts": {
      "args": [
        "mcp-kokoro-tts"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-kokoro-tts]
command = "uvx"
args = ["mcp-kokoro-tts"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-kokoro-tts": {
      "args": [
        "mcp-kokoro-tts"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-kokoro-tts": {
      "args": [
        "mcp-kokoro-tts"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Kokoro Tts

same job, measured the same way
chatmux
by echoedinvoker

Local-first MCP server for your own LINE and Telegram chats. Data stays on your machine.

local only
shadow-mcp
by saagpatel

Local MCP server that inventories and risk-grades MCP servers configured on this machine.

42 installs/wk local only
Sketchdex
by lucasr1b

An MCP server that lets AI agents draw hand-drawn Excalidraw diagrams as files on your machine.

53 installs/wk local only
WhatsApp Chat Reader (Unofficial)
by nabheetcloud

Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine).

48 installs/wk local only
Yandex Speechkit MCP
by theyahia

MCP server for Yandex SpeechKit API — speech recognition and synthesis.

52 installs/wk local only
Salutespeech MCP
by theyahia

MCP server for Sber SaluteSpeech API — speech recognition and synthesis.

51 installs/wk local only
Callimachus
by betabots-llc

MCP server for Callimachus: local index and search of your AI coding-agent threads

94 installs/wk local only
Cosync Local
by olane

Local encryption and project setup plugin for CoSync. Keys never leave your machine.

1 installs/wk local only

MCP Kokoro Tts — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Kokoro Tts?
MCP Kokoro Tts runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-kokoro-tts was installed 144 times last week.
How do I connect MCP Kokoro Tts?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-kokoro-tts straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Kokoro Tts?
The pypi package mcp-kokoro-tts was installed 144 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Kokoro Tts open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.