Gemini Audio MCP
Related Servers
Alternatives to Gemini Audio MCP
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceMCP server for generating images and audio using Google's Gemini AI models.22MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive audio MCP server that enables AI agents to generate speech, transcribe audio, clone voices, analyze speech quality, design soundscapes, and manage audio assets through a standardized interface.2MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that runs Stability AI's Stable Audio Open 1.0 locally on NVIDIA GPUs, enabling AI agents to generate broadcast-quality 44.1 kHz stereo WAV sound effects from text prompts fully offline with no API costs.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceRemote MCP server that exposes Google Gemini's text, image, video (Veo), and audio transcription capabilities as tools any MCP client can call directly.66 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that lets AI assistants use Google's Gemini models. Generate text, analyze images, review code, and more — with support for multi-turn conversations and web-grounded answers.42 npm1MIT
- AlicenseAqualityCmaintenanceMulti-provider media generation MCP server that generates images, videos, audio, and transcriptions from text prompts using OpenAI, xAI, Gemini, ElevenLabs, and BFL through a single unified interface.640 npm1MIT
TDQS
Scored across 9 tools
Each tool has a clearly distinct purpose with no overlap. The four generation tools target different audio types (music, sfx, soundscape, voice), while utility tools handle distinct lifecycle phases (dependencies, configuration, cleanup, playback). Transition_soundscape is unambiguously a composite operation for scene changes.
Strong adherence to snake_case verb_noun pattern (generate_music, cleanup_assets, play_audio). The only deviation is 'configure' which lacks a noun object, though this is idiomatic for settings management. All generation tools use consistent 'generate_' prefix.
Nine tools is well-scoped for an audio generation server. The set covers four generation modes, configuration, dependency checking, playback, cleanup, and transitions without bloat. Each tool earns its place in the audio creation workflow.
Covers the full generation lifecycle with creation, playback, configuration, and cleanup capabilities. Minor gap in asset inventory management—there is no tool to list or retrieve specific generated assets by ID, only bulk cleanup by age, though agents may track assets themselves.