willmehr for Cursor
io.github.taneron/willmehr
Search willhaben.at for second-hand listings and rank the underpriced ones
client:Cursor
transport:stdio
runtime:npm
Install willmehr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"willmehr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"willmehr"
],
"env": {
"WILLMEHR_MODE": "<WILLMEHR_MODE>",
"WILLHABEN_COOKIE": "<WILLHABEN_COOKIE>",
"WILLHABEN_MIN_INTERVAL_MS": "<WILLHABEN_MIN_INTERVAL_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs