Kleinanzeigen for Cursor
io.github.iixauii/kleinanzeigen
A read-only, robots-clean MCP server over kleinanzeigen.de
client:Cursor
transport:stdio
runtime:npm
Install Kleinanzeigen in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kleinanzeigen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kanzeigen-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs