Back to Home
noersy icon

kokoro-voice-mcp-server

Verified Safe

by noersy

Overview

Provides a local Text-to-Speech (TTS) server for Model Context Protocol (MCP) clients using the Kokoro model, with audio playback and caching.

Installation

Run Command
mcp-kokoro

Security Notes

The server does not contain explicit 'eval' or 'exec' calls with untrusted input. No hardcoded secrets are evident. Audio caching uses `numpy.load` on files written by the server itself into a user's local cache directory (`~/.cache/mcp_kokoro`). While `numpy.load` with `allow_pickle=True` (default) can be a deserialization vulnerability if loading untrusted data, in this context, the server generates and then loads its own cached data. An attacker would need to first compromise the system to write a malicious file into the cache directory for this to become an issue, rather than exploiting it directly through the MCP 'speak' arguments.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens75
Stars0
Forks0
Last Update2025-12-10

Tags

Text-to-SpeechTTSMCP ServerKokoroAudio Playback