Tts Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Tts Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides Text-to-Speech (TTS) functionality using Google TTS API.
npm install npm run buildRun the server:
npm startOr for development:
npm run devAdd the following to your MCP configuration file (e.g., mcp.json):
{
"mcpServers": {
"tts-mcp-server": {
"command": "npx",
"args": [
"-y",
"@activebook/tts-mcp-server"
],
"env": {
"GOOGLE_API_KEY": "{your-google-api-key}", // required, change to your own key
"GOOGLE_NAME_MODEL": "gemini-2.0-flash", // optional
"GOOGLE_TTS_MODEL": "gemini-2.5-flash-preview-tts", // optional
"GOOGLE_VOICE": "kore" // optional
}
}
}
}Description: Generate TTS audio from text content
Parameters:
Returns: Path to the saved audio file
Description: Get list of available TTS voices
Parameters:
Description: Get list of predefined speech style templates
Parameters:
Returns: JSON object containing available speech style templates with descriptions and style prompts
Access voice style prompt templates directly:
news_anchor - Formal, clear news-reporting styleprofessional_presenter - Confident business presentation stylebedtime_storyteller - Gentle, soothing storytelling voicemotivational_speaker - Energetic, inspiring deliverypodcast_host - Engaging conversational styledocumentary_narrator - Calm, authoritative narrationmysterious_narrator - Deep, suspenseful voicehumorous_comedian - Light-hearted, comedic tonecalm_meditation_guide - Soothing meditation voicedramatic_performer - Expressive theatrical style{
"method": "prompts/get",
"params": {
"name": "news_anchor"
}
}Returns: Style prompt text ready for TTS generation
Access voice style metadata via URI patterns:
tts://voice-styles/{style_name}tts://voice-styles/news_anchor{
"method": "resources/read",
"params": {
"uri": "tts://voice-styles/bedtime_storyteller"
}
}Returns: Voice style metadata in JSON format
| Feature | Screenshot |
|---|---|
| Available Tools | List Tools |
| Generate Audio | Generate Audio |
| List Voices | List Voices |
| Voice Styles | Voice Styles |
| Combine Voice&Style | Combine Voice&Style |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.