Skip to content
Grok

kleinanzeigen-mcp for Grok

io.github.taneron/kleinanzeigen

Search Kleinanzeigen.de, Germany's largest classifieds site, for second-hand listings

client:Grok transport:stdio runtime:npm

Install kleinanzeigen-mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kleinanzeigen": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kleinanzeigen-mcp"
      ],
      "env": {
        "WILLMEHR_MODE": "<WILLMEHR_MODE>",
        "KZ_MIN_INTERVAL_MS": "<KZ_MIN_INTERVAL_MS>",
        "KZ_MAX_PAGE_COUNT": "<KZ_MAX_PAGE_COUNT>",
        "KZ_MAX_BATCH_SIZE": "<KZ_MAX_BATCH_SIZE>",
        "TZ": "<TZ>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

kleinanzeigen-mcp in other clients