Best for
- Avito sellers aiming to reduce manual operational time
- Advanced users needing to automate multi-store or multi-item management via APIs
The server is feature-rich with a large toolbox, but its official status is unclear and requires trusting a large-scale proxy of 148 tools. Safety features like dual confirmation and dry-run are commendable, yet users must assess risks and configure carefully.
The Avito MCP Server connects your Avito account to AI agents, enabling them to automate chat replies, update listing prices and promotions, manage orders, upload shipping labels, and more, covering 148 tools across 18 official Avito APIs. The server includes robust safety features: money-spending or public-facing actions require a second confirmation, dry-run mode allows rehearsal, and idempotency keys prevent duplicate charges. It runs over stdio by default for local use and supports HTTP with OAuth 2.1 for remote access. Ideal for Avito sellers who want to reduce manual work, but requires careful permission management and understanding of security features.
{
"mcpServers": {
"avito": {
"command": "npx",
"args": [
"-y",
"avito-mcp"
],
"env": {
"Client_id": "YOUR_CLIENT_ID",
"Client_secret": "YOUR_CLIENT_SECRET",
"Profile_id": "YOUR_PROFILE_ID"
}
}
}
}