Skip to content
Windsurf

avito mcp for Windsurf

io.github.elchin92/avito-mcp

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

client:Windsurf transport:stdio runtime:npm

Install avito mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

avito mcp in other clients