Vinted MCP

An MCP server for Vinted search and analysis that provides tools to search listings, fetch item details, inspect seller profiles, compare prices across countries, and surface trending items. Its 6 documented tools cluster into read & search, compare, like. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 7 · #315 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Vinted MCP

before you install - you'll need

Set VINTED_AUTH_MODE, VINTED_AUTH_COOKIES, VINTED_AUTH_CSRF_TOKEN, VINTED_MCP_TRANSPORT, VINTED_MCP_HOST, VINTED_MCP_PORT, RUN_LIVE_MCP_TESTS before connecting.

Claude Code

claude mcp add andrijdavid-vinted-mcp -- npx -y @andrijdavid/vinted-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "andrijdavid-vinted-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/vinted-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @andrijdavid/vinted-mcp - published under the repo owner's npm scope (@andrijdavid)

registry namespace io.github.andrijdavid is GitHub-verified and matches the repo owner

03 · What Vinted MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search listings with filters like country, price range, brand IDs, category, condition, sort, and limit, get item details by itemId or url, get seller profile data and optional recent items by sellerId or url, and compare average and median prices for a query across countries.

Capability map

Tools grouped from the project's README - what Vinted MCP lets an agent do.

read & search

4 tools - e.g. Search listings with filters like country, price range, brand IDs, category, condition, sort, and limit.; Get item details by itemId or url.; Get seller profile data and optional recent items by sellerId…

search_items · get_item · get_seller · get_trending

Compare

1 tool - e.g. Compare average and median prices for a query across countries.

compare_prices

Like

1 tool - e.g. Add an item to your favourites by itemId or url, or remove it with unlike: true. Needs a

like_item

Latest releases

v0.1.1 · 2026-04-05

v0.1 · 2026-04-05

Initial release

04 · Who maintains Vinted MCP

vinted-mcp is maintained by andrijdavid. We track 2 MCP servers from andrijdavid - 2 actively maintained, 8 combined GitHub stars, oldest repo from Mar 2026.

05 · Facts

category
other - ranked #315 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.andrijdavid/vinted-mcp (active, first published 2026-04-05)
packages
npm:@andrijdavid/vinted-mcp

06 · Vinted MCP FAQ

Is Vinted MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13. We re-verify nightly.

What can Vinted MCP do?

With this server connected, an agent can search listings with filters like country, price range, brand IDs, category, condition, sort, and limit, get item details by itemId or url, get seller profile data and optional recent items by sellerId or url, and compare average and median prices for a query across countries.

How do I install Vinted MCP?

Run `npx -y @andrijdavid/vinted-mcp`. The README documents 7 environment variables (VINTED_AUTH_MODE, VINTED_AUTH_COOKIES, VINTED_AUTH_CSRF_TOKEN…) to set first. Set VINTED_AUTH_MODE, VINTED_AUTH_COOKIES, VINTED_AUTH_CSRF_TOKEN, VINTED_MCP_TRANSPORT, VINTED_MCP_HOST, VINTED_MCP_PORT, RUN_LIVE_MCP_TESTS before connecting. You can also paste the ready-made client config above.

Does Vinted MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vinted MCP

More MCP servers to compare · Molecular MCP · Anirbanbasu Pymcp · Anki MCP Server · AnkiMCP Server · Blatui

More TypeScript MCP servers · Vibe Hnindex · iMessage MCP · Ng Blatui · Mac Use MCP · see all