MCP Server
Active
Apache-2.0
io.github.runapi-builder/gemini-tts-mcp MCP Server
io.github.runapi-builder/gemini-tts-mcp
What is the io.github.runapi-builder/gemini-tts-mcp MCP server?
RunAPI MCP server for Gemini TTS: create tasks, poll status, check pricing.
How to install io.github.runapi-builder/gemini-tts-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
RUNAPI_API_KEYsecretOptional RunAPI API key for headless hosts. Interactive MCP hosts can use the login tool, which writes shared RunAPI config.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gemini-tts-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/gemini-tts-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gemini-tts-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/gemini-tts-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gemini-tts-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/gemini-tts-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gemini-tts-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runapi.ai/gemini-tts-mcp"
],
"env": {
"RUNAPI_API_KEY": "<YOUR_RUNAPI_API_KEY>"
}
}
}
}Claude Code
claude mcp add gemini-tts-mcp --env RUNAPI_API_KEY=<YOUR_RUNAPI_API_KEY> -- npx -y @runapi.ai/gemini-tts-mcpRelated MCP servers
130+ AI models for image, video, music, and audio — 18 model families, one RunAPI account.
55
View repository →TypeScript
Apache-2.0
RunAPI MCP server for Midjourney: create tasks, poll status, check pricing.
1
View repository →TypeScript
Apache-2.0
RunAPI MCP server for Veo 3.1: create tasks, poll status, check pricing.
1
View repository →TypeScript
Apache-2.0
RunAPI MCP server for ElevenLabs: create tasks, poll status, check pricing.
0
View repository →TypeScript
Apache-2.0
RunAPI MCP server for Flux 2: create tasks, poll status, check pricing.
0
View repository →TypeScript
Apache-2.0
RunAPI MCP server for Flux Kontext: create tasks, poll status, check pricing.
0
View repository →TypeScript
Apache-2.0