MCP Server for Vinted marketplace — search items, compare prices across 26 EU countries, analyze sellers. Works with Claude Desktop, Cursor, and any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"vinted-mcp-server": {
"command": "npx",
"args": [
"-y",
"DataKazKN/vinted-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add vinted-mcp-server npx -y DataKazKN/vinted-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"vinted-mcp-server": {
"command": "npx",
"args": [
"-y",
"DataKazKN/vinted-mcp-server"
]
}
}
}
📋 Copy