MCP Server
MCP
io.github.runapi-builder/gemini-tts-mcp
RunAPI MCP server for Gemini TTS: create tasks, poll status, check pricing.
Install
npx -y @runapi.ai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@runapi.ai/gemini-tts-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional RunAPI API key for headless hosts. Interactive MCP hosts can use the login tool, which writes shared RunAPI config.",
"format": "string",
"isSecret": true,
"name": "RUNAPI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment