Avito Personal MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Avito Personal MCPshow me my unread chat messages"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Avito Personal MCP
Unofficial MCP server for interacting with Avito through your own authenticated browser session.
This project is independent and is not affiliated with, endorsed by, or maintained by Avito.
Goal
Provide a local-first MCP interface for a user's own Avito web session without requiring users to share their Avito password, SMS codes, browser cookies, or other credentials with the MCP client.
The initial implementation is intentionally read-only. Write actions will only be considered after the authentication/session layer and read operations are stable, and will require explicit confirmation safeguards.
Related MCP server: Chromanche
Planned MCP tools
Phase 1 — read-only
avito_selfcheckavito_meavito_searchavito_get_listingavito_my_listingsavito_favoritesavito_chatsavito_chat_messages
Later — guarded write actions
avito_send_messageavito_add_favoriteavito_remove_favoriteselected operations for the user's own listings
Architecture
MCP client
|
v
Avito Personal MCP
|
+-- session/auth layer
+-- profile discovery
+-- search/listings
+-- favorites
+-- chats/messages
+-- rate limiting
+-- diagnostics
|
v
User-controlled Chrome session (CDP)
|
v
avito.ruThe browser remains under the user's control. Authentication is performed manually by the user in Chrome. The project must not ask users to paste passwords, SMS codes, cookies, or session tokens into configuration files.
Project status
Pre-alpha / architecture stage.
The repository is being initialized. Do not rely on it for production use yet.
Safety principles
Local-first authentication/session state.
No Avito credentials committed to the repository.
No CAPTCHA bypass or anti-bot circumvention.
Conservative request rate limiting.
Detect and surface authentication expiry, CAPTCHA, HTTP 403 and HTTP 429 instead of trying to evade them.
Read-only by default.
Explicit confirmation before future state-changing operations.
Logs must not contain passwords, cookies, authorization headers, session tokens, or message contents unless explicitly required for local debugging and redacted by default.
See SECURITY.md for the security policy.
Development roadmap
Repository and security foundation.
Chrome/CDP session discovery and diagnostics.
avito_selfcheckandavito_me.Public search and listing reads.
User listings and favorites.
Chats and message reads.
Cross-platform packaging and installation documentation.
Guarded write actions only after the read-only foundation is stable.
License
MIT. See LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceUniversal MCP server for the Avito API (Russia's largest classifieds marketplace), built for autonomous AI agents to operate an account hands-free — 145 tools across 18 domains (listings, messenger, orders, delivery, promotion, autoload, reviews, analytics). Safe-by-default: dry-run, idempotency, structured errors, confirmation flow.10014612MIT
- FlicenseNot gradedqualityCmaintenanceLets any MCP-capable coding agent drive your real, logged-in Chrome through a local MCP server and MV3 extension.5
- FlicenseNot gradedqualityCmaintenanceMCP server for searching and retrieving details from Avito listings, enabling integration with Claude Desktop.35
- AlicenseNot gradedqualityBmaintenanceLocal MCP server for safe automation of job application responses on hh.ru using the user's Chrome session.24MIT
Related MCP Connectors
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexButiev/avito-personal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server