Loading MCP server directory, please wait...
Avito API MCP for autonomous AI agents to operate an account hands-free - not a scraper.
npx @getmcp/cli add io.github.elchin92/avito-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Client_idAvito OAuth client_id (from https://www.avito.ru/professionals/api).
Client_secretAvito OAuth client_secret (from https://www.avito.ru/professionals/api).
Profile_idAvito profile id (numeric account id); auto-injected into {user_id}/{userId} path params.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.elchin92/avito-mcp": {
"command": "npx",
"args": [
"-y",
"avito-mcp"
],
"env": {
"Client_id": "",
"Client_secret": "",
"Profile_id": ""
}
}
}
}