★ 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"
]
}
}
}
Run in terminal:
claude mcp add vinted-client npx -y googlarz/vinted-client
Add to .cursor/mcp.json:
{
"mcpServers": {
"vinted-client": {
"command": "npx",
"args": [
"-y",
"googlarz/vinted-client"
]
}
}
}