Skip to content
Gemini CLI

Chutes Media MCP for Gemini CLI

io.github.thestreamcode/chutes-media-mcp

Generate image, video, music and speech through Chutes and save assets into your project.

client:Gemini CLI transport:stdio runtime:npm

Install Chutes Media 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": {
    "chutes-media-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chutes-media-mcp"
      ],
      "env": {
        "CHUTES_API_KEY": "<CHUTES_API_KEY>"
      }
    }
  }
}

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

Chutes Media MCP in other clients