Skip to content
Gemini CLI

avito mcp for Gemini CLI

io.github.elchin92/avito-mcp

MCP server for Avito: chats, listings, orders and analytics, with previews and confirmations.

client:Gemini CLI transport:stdio runtime:npm

Install avito 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": {
    "avito-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avito-mcp"
      ],
      "env": {
        "Client_id": "<Client_id>",
        "Client_secret": "<Client_secret>",
        "Profile_id": "<Profile_id>",
        "AVITO_MCP_PROTOCOL_ERA": "<AVITO_MCP_PROTOCOL_ERA>"
      }
    }
  }
}

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

avito mcp in other clients