vinted-client

googlarz/vinted-client
★ 0 stars TypeScript 🔍 Search Updated 1d ago
CLI and MCP server for the Vinted marketplace — search, items, sellers, price compare, trending
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vinted-client": {
      "command": "npx",
      "args": [
        "-y",
        "googlarz/vinted-client"
      ]
    }
  }
}