mcpbeat Sign in

Vinted MCP Server

local only

Vinted MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 13 Aug 2026.

MCP Server for Vinted that allows to search items, compare prices, and analyze sellers.

Installs per day peak 34 · avg 13 · +30% w/w
a month agotoday
82
Installs / week
npm · @andrijdavid/vinted-mcp
15
Stars
1 open issues
13 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0-or-later
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vinted MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vinted-mcp -- npx -y @andrijdavid/vinted-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vinted-mcp": {
      "args": [
        "-y",
        "@andrijdavid/vinted-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vinted-mcp]
command = "npx"
args = ["-y", "@andrijdavid/vinted-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vinted-mcp": {
      "args": [
        "-y",
        "@andrijdavid/vinted-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vinted-mcp": {
      "args": [
        "-y",
        "@andrijdavid/vinted-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VINTED_AUTH_MODE (Auth mode: http | playwright | env), VINTED_AUTH_COOKIES (Required for env auth mode), VINTED_AUTH_CSRF_TOKEN (Required for env auth mode), VINTED_AUTH_ACCESS_TOKEN (Optional for env auth mode), VINTED_PROXY_URL (Optional network configuration), VINTED_MAX_CONCURRENCY (Optional performance tuning. Default: 3), VINTED_REQUEST_DELAY_MS (Optional performance tuning. Default: 500), VINTED_MAX_RETRIES (Optional performance tuning. Default: 3). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vinted MCP

same job, measured the same way
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only
AUTO.RIA Used Cars
by yevhen-kalyna

MCP server for the AUTO.RIA (ria.com) used-car API: search, listings, AI average prices.

128 installs/wk local only
Groupdocs Comparison MCP
by groupdocs-comparison

MCP server for GroupDocs.Comparison — compare, analyze, and inspect documents via AI agents.

local only
Directus MCP Server
by staminna

MCP server for Directus 12 — items, collections, files, flows, users, and schema tools

96 installs/wk local only
Video Editing MCP
by burningion

MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos

186 installs/wk local only
Hex.pm MCP
by joshrotenberg

MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages

24 tools answering
C
trivago
by trivago-mcp

trivago's mcp server to find your ideal hotel and compare prices from multiple providers.

local only
Experiences Oracle
by piqod

Search & compare prices for tours, activities and tickets across multiple providers.

3 tools answering

Vinted MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vinted MCP?
Vinted MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @andrijdavid/vinted-mcp was installed 82 times last week.
How do I connect Vinted MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @andrijdavid/vinted-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vinted MCP?
The npm package @andrijdavid/vinted-mcp was installed 82 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vinted MCP open source?
No, and the distinction matters: its licence is declared as AGPL-3.0-or-later. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.