← Back to Plugins
MCP Server MCP

io.github.runapi-builder/gemini-tts-mcp

github By github 👁 1 views ▲ 0 votes

RunAPI MCP server for Gemini TTS: create tasks, poll status, check pricing.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...