Loading MCP server directory, please wait...
MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.
npx @getmcp/cli add io.github.andrijdavid/vinted-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.andrijdavid/vinted-mcp": {
"command": "npx",
"args": [
"-y",
"@andrijdavid/vinted-mcp"
],
"env": {
"VINTED_AUTH_MODE": "",
"VINTED_AUTH_COOKIES": "",
"VINTED_AUTH_CSRF_TOKEN": "",
"VINTED_AUTH_ACCESS_TOKEN": "",
"VINTED_PROXY_URL": "",
"VINTED_MAX_CONCURRENCY": "",
"VINTED_REQUEST_DELAY_MS": "",
"VINTED_MAX_RETRIES": ""
}
}
}
}