Skip to content
Zed

avito mcp for Zed

io.github.elchin92/avito-mcp

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

client:Zed transport:stdio runtime:npm

Install avito mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

avito mcp in other clients