Skip to content
Gemini CLI

salutespeech mcp for Gemini CLI

io.github.theyahia/salutespeech-mcp

MCP server for Sber SaluteSpeech API — speech recognition and synthesis.

client:Gemini CLI transport:stdio runtime:npm

Install salutespeech mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "salutespeech-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/salutespeech-mcp"
      ],
      "env": {
        "SALUTE_AUTH_KEY": "<SALUTE_AUTH_KEY>"
      }
    }
  }
}

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

salutespeech mcp in other clients