mcpbeat Sign in

Avito MCP Server

local only

Avito MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 155 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 415 · avg 65 · +11% w/w
a month agotoday
155
Installs / week
npm · avito-mcp
18
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 5 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/demo.ts:64
    const child = spawn(process.execPath, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add avito-mcp -- npx -y avito-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "avito-mcp": {
      "args": [
        "-y",
        "avito-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.avito-mcp]
command = "npx"
args = ["-y", "avito-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "avito-mcp": {
      "args": [
        "-y",
        "avito-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "avito-mcp": {
      "args": [
        "-y",
        "avito-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: Client_id (Avito OAuth client_id (from https://www.avito.ru/professionals/api).), Client_secret (Avito OAuth client_secret (from https://www.avito.ru/professionals/api).), Profile_id (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Avito MCP

same job, measured the same way
Yandex Metrica MCP
by askads

MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.

96 installs/wk local only
Wildberries
by dontsovcmc

MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising

68 installs/wk local only
ZulipChat MCP Server
by akougkas

ZulipChat MCP: Connect AI to Zulip with 60+ tools for messaging, streams, events, and analytics

186 installs/wk local only
Wspr MCP
by qso-graph

WSPR beacon analytics MCP server. Band openings, path analysis, solar correlation.

62 installs/wk local only
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
Yandex Market Seller
by dontsovcmc

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

95 installs/wk local only
Finance Intelligence MCP
by ronit-019

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

68 installs/wk local only

Avito MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Avito MCP?
Avito MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package avito-mcp was installed 155 times last week.
How do I connect Avito MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls avito-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Avito MCP?
The npm package avito-mcp was installed 155 times in the last week. Week over week that is +11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Avito MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 18 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.