Skip to content
Grok

Авито MCP (RU) for Grok

io.github.ilyautov/avito-mcp-ru

API Авито в ИИ-ассистенте: объявления, чаты, заказы, автозагрузка, отзывы

client:Grok transport:stdio runtime:pypi

Install Авито MCP (RU) in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "avito-mcp-ru": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "avito-mcp-ru"
      ],
      "env": {
        "AVITO_CLIENT_ID": "<AVITO_CLIENT_ID>",
        "AVITO_CLIENT_SECRET": "<AVITO_CLIENT_SECRET>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Авито MCP (RU) in other clients