Skip to content
Gemini CLI

Speechtotext Mcp for Gemini CLI

io.github.varvararatta/speechtotext_mcp

MCP server for Speech-to-Text

client:Gemini CLI transport:streamable-http

Install Speechtotext Mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "speechtotext_mcp": {
      "httpUrl": "https://speechtotext_mcp.mcpize.run/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Speechtotext Mcp in other clients