RunAPI Gemini TTS MCP Server
Related Servers
Alternatives to RunAPI Gemini TTS MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI agents to synthesize natural speech using either platform system voices or premium OpenAI TTS, with automatic engine selection and graceful fallback.12 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to generate and play high-quality text-to-speech audio using the Kokoro model, with support for multiple voices, adjustable speaking speed, and audio caching.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to generate high-quality speech with 54+ voices in multiple languages via MCP tools.19Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to synthesize speech via the unlimitedtts API, handling x402 micropayments, spend policy enforcement, and storage of private MP3 results.MIT
- AlicenseAqualityCmaintenanceEnables text-to-speech synthesis through a streaming, GPU-accelerated gateway, exposing a single tool that returns playable WAV audio with configurable voice and speed.111 npmMIT
- AlicenseAqualityFmaintenanceEnables text-to-speech conversion using ElevenLabs API with voice management, streaming support, and multiple models.51MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: authentication, creating a TTS task, fetching task status, and checking pricing. No overlap or ambiguity between them.
Most tools follow a verb_noun pattern (get_task, check_pricing), and login is a simple verb. text_to_speech is a compound noun phrase rather than verb_noun, but all are lowercase with underscores and readable.
With only 4 tools, the server is tightly scoped to the essential operations for RunAPI Gemini TTS. Each tool earns its place and the count is appropriate for the narrow domain.
Core lifecycle is covered: auth, create task, poll for results, and check pricing. Missing features like task cancellation or listing historical tasks are minor gaps that don't break the primary workflow.