Avito MCP
Rank #2,927io.github.elchin92/avito-mcp
MCP server for Avito: chats, listings, orders and analytics, with previews and confirmations.
Avito MCP is a Model Context Protocol (MCP) server published by elchin92. It ranks #2,927 of 132,046 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. Avito MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 12 tracked versions. It was first listed on May 28, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 129,119 of 132,046 servers on MCP Toplist.
Use Avito MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add avito-mcp -e "Client_id=<your Client_id>" -e "Client_secret=<your Client_secret>" -e "Profile_id=<your Profile_id>" -e "AVITO_MCP_PROTOCOL_ERA=<your AVITO_MCP_PROTOCOL_ERA>" -- npx -y avito-mcpReplace each placeholder with your own value before saving.
[mcp_servers.avito-mcp]
command = "npx"
args = ["-y", "avito-mcp"]
[mcp_servers.avito-mcp.env]
Client_id = "<your Client_id>"
Client_secret = "<your Client_secret>"
Profile_id = "<your Profile_id>"
AVITO_MCP_PROTOCOL_ERA = "<your AVITO_MCP_PROTOCOL_ERA>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"avito-mcp": {
"command": "npx",
"args": [
"-y",
"avito-mcp"
],
"env": {
"Client_id": "<your Client_id>",
"Client_secret": "<your Client_secret>",
"Profile_id": "<your Profile_id>",
"AVITO_MCP_PROTOCOL_ERA": "<your AVITO_MCP_PROTOCOL_ERA>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"avito-mcp": {
"command": "npx",
"args": [
"-y",
"avito-mcp"
],
"env": {
"Client_id": "<your Client_id>",
"Client_secret": "<your Client_secret>",
"Profile_id": "<your Profile_id>",
"AVITO_MCP_PROTOCOL_ERA": "<your AVITO_MCP_PROTOCOL_ERA>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"avito-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"avito-mcp"
],
"env": {
"Client_id": "<your Client_id>",
"Client_secret": "<your Client_secret>",
"Profile_id": "<your Profile_id>",
"AVITO_MCP_PROTOCOL_ERA": "<your AVITO_MCP_PROTOCOL_ERA>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"avito-mcp": {
"command": "npx",
"args": [
"-y",
"avito-mcp"
],
"env": {
"Client_id": "<your Client_id>",
"Client_secret": "<your Client_secret>",
"Profile_id": "<your Profile_id>",
"AVITO_MCP_PROTOCOL_ERA": "<your AVITO_MCP_PROTOCOL_ERA>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"avito-mcp": {
"command": "npx",
"args": [
"-y",
"avito-mcp"
],
"env": {
"Client_id": "<your Client_id>",
"Client_secret": "<your Client_secret>",
"Profile_id": "<your Profile_id>",
"AVITO_MCP_PROTOCOL_ERA": "<your AVITO_MCP_PROTOCOL_ERA>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.elchin92%2Favito-mcp)<a href="https://mcptoplist.com/server/io.github.elchin92%2Favito-mcp"><img src="https://mcptoplist.com/badge/io.github.elchin92%2Favito-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
elchin92
Available versions (12)
| Version | Published |
|---|---|
| 2.1.1 | Sep 7, 2026 |
| 2.1.0 | Sep 7, 2026 |
| 2.0.0 | Aug 3, 2026 |
| 1.3.3 | Jul 27, 2026 |
| 1.1.1 | Jul 9, 2026 |
| 1.1.0 | Jun 18, 2026 |
| 1.0.2 | Jun 18, 2026 |
| 1.0.1 | Jun 10, 2026 |
| 1.0.0 | Jun 9, 2026 |
| 0.7.5 | May 29, 2026 |
| 0.7.4 | May 28, 2026 |
| 0.7.3 | May 28, 2026 |
Frequently asked questions
- Who maintains Avito MCP?
- Avito MCP is maintained by elchin92, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Avito MCP listed on the Official MCP Registry?
- Yes — Avito MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Avito MCP have?
- MCP Toplist tracks 12 versions of Avito MCP, most recently published on Sep 7, 2026.
- Where can I find the source code for Avito MCP?
- The source code for Avito MCP is hosted at github.com/elchin92/avito-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.