Skip to content
Gemini CLI

thoth mcp for Gemini CLI

io.github.zeiq-co/thoth-mcp

MCP server for Thoth with multi-platform AI content generation

client:Gemini CLI transport:stdio runtime:npm

Install thoth mcp in Gemini CLI

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

{
  "mcpServers": {
    "thoth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@usethoth/mcp-server"
      ]
    }
  }
}

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

thoth mcp in other clients