mcpbeat Sign in

kleinanzeigen-mcp MCP Server

local only

kleinanzeigen-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 2 Sep 2026.

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

Installs per day peak 105 · avg 5
a month agotoday
27
Installs / week
npm · kleinanzeigen-mcp
2
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check kleinanzeigen-mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kleinanzeigen -- npx -y kleinanzeigen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kleinanzeigen": {
      "args": [
        "-y",
        "kleinanzeigen-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kleinanzeigen]
command = "npx"
args = ["-y", "kleinanzeigen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kleinanzeigen": {
      "args": [
        "-y",
        "kleinanzeigen-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kleinanzeigen": {
      "args": [
        "-y",
        "kleinanzeigen-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WILLMEHR_MODE ('full' (default) for a local install; 'public' paces requests and lowers the page and batch caps for an instance shared by several people.), KZ_MIN_INTERVAL_MS (Minimum spacing between requests to kleinanzeigen.de, in milliseconds. Concurrency trips the site's bot detection, so requests are serialised.), KZ_MAX_PAGE_COUNT (Cap on result pages a single search may fetch, roughly 25 listings each.), KZ_MAX_BATCH_SIZE (Cap on listing ids per batch detail call.), TZ (Listing timestamps are printed without a timezone; set Europe/Berlin to interpret them exactly.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to kleinanzeigen-mcp

same job, measured the same way
Malinica
by malinica

Search classified listings on Malinica, a Serbian free serbian classifieds marketplace.

6 tools answering
C
Zillow Property Data (APIllow)
by apillow

Zillow property data for AI agents: search listings and get 50+ fields for any US property.

157 installs/wk local only
willmehr
by taneron

Search willhaben.at for second-hand listings and rank the underpriced ones

31 installs/wk local only
Hemnet MCP
by chrischall

Hemnet.se real estate for Claude: search, sold prices, listings & market stats

509 installs/wk local only
Kleinanzeigen
by iixauii

A read-only, robots-clean MCP server over kleinanzeigen.de

90 installs/wk local only
PartsTable
by partstable

MCP server for IT hardware parts research: normalize PNs, search listings, get subs/comps.

5 tools answering
DefaultBench
by nathanyoshua

Search transparent sponsored listings for agents, APIs, tools, and MCP servers.

13 tools answering
LowlandData Resale & Secondhand
by adrienhq

GDPR-clean secondhand listings and sold comps for resale pricing research. No seller personal data.

answering

kleinanzeigen-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for kleinanzeigen-mcp?
kleinanzeigen-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package kleinanzeigen-mcp was installed 27 times last week.
How do I connect kleinanzeigen-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kleinanzeigen-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use kleinanzeigen-mcp?
The npm package kleinanzeigen-mcp was installed 27 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is kleinanzeigen-mcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.