Home › Other › avito-mcp

avito-mcp

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

TypeScript
★ 17 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.1)

npx -y avito-mcp@2.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "avito-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avito-mcp@2.1.1"
      ],
      "env": {
        "Client_id": "<YOUR_VALUE>",
        "Client_secret": "<YOUR_VALUE>",
        "Profile_id": "<YOUR_VALUE>",
        "AVITO_MCP_PROTOCOL_ERA": "<YOUR_VALUE>"
      }
    }
  }
}
  • Client_id required secret — Avito OAuth client_id (from https://www.avito.ru/professionals/api).
  • Client_secret required secret — Avito OAuth client_secret (from https://www.avito.ru/professionals/api).
  • Profile_id required — Avito profile id (numeric account id); auto-injected into {user_id}/{userId} path params.
  • AVITO_MCP_PROTOCOL_ERA — Which MCP protocol revisions this process serves: legacy = 2025-11-25 only, dual = 2025-11-25 and 2026-07-28, modern = 2026-07-28 only.

Related servers

Data from the Official MCP Registry