Kleinanzeigen MCP server
A read-only, robots-clean MCP server over kleinanzeigen.de
0 stars49 downloads/wk
Reviews
Write oneNobody has reviewed Kleinanzeigen yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Kleinanzeigen tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.7 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 10 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Kleinanzeigen repository's README, as published. We do not edit it. Read it on GitHub
kleinanzeigen-mcp
A read-only, robots-clean MCP server over kleinanzeigen.de, the German classifieds site.
What it does
Install
Node 22 or newer is required. Four channels install the same build from the same release — they differ only in who does the fetching, and nothing propagates between them.
npm / npx — any MCP client
The package is kanzeigen-mcp.
There is no install step and nothing to build. Point your client at npx and let it fetch the package on first run:
{
"mcpServers": {
"kleinanzeigen": {
"command": "npx",
"args": ["-y", "kanzeigen-mcp"]
}
}
}That block goes in your client's config file — claudedesktopconfig.json for Claude Desktop, .mcp.json for Claude Code, the equivalent for anything else. Restart the client afterwards.
To verify by hand, without a client:
npx -y kanzeigen-mcpClaude Code
claude mcp add kleinanzeigen -- npx -y kanzeigen-mcpAny environment assignment goes before the --. Everything after the -- is the command Claude Code runs, so a variable placed there becomes an argument to npx rather than an environment variable:
claude mcp add kleinanzeigen -e KLEINANZEIGEN_MCP_RATE_LIMIT_MS=3000 -- npx -y kanzeigen-mcpClaude Desktop — the MCPB
Download kanzeigen-mcp-.mcpb from the latest release and open it. Claude Desktop installs it and offers the one knob below as a form field, so nothing here needs a config file.
Two things are worth knowing before you pick it. The bundle ships unsigned, so the install dialog warns — self-signing fails its own verification, and a real certificate is a purchase nobody has made. And the format has no update mechanism: an installed .mcpb is as current as the day it was downloaded, and nothing will ever prompt you.
Claude Code plugin — the server and the skill
/plugin marketplace add IIxauII/kleinanzeigen-mcp
/plugin install kanzeigen@kanzeigenConfiguration
KLEINANZEIGENMCPRATELIMITMS — the minimum gap between requests, in milliseconds.
- Unset means 1500 ms.
{
"mcpServers": {
"kleinanzeigen": {
"command": "npx",
"args": ["-y", "kanzeigen-mcp"],
"env": { "KLEINANZEIGEN_MCP_RATE_LIMIT_MS": "3000" }
}
}
}Development
Run from a clone. This is the development path rather than an install channel — it is the only one that yields a tree the drift check and the fixture-capture scripts can run in.
git clone git@github.com:IIxauII/kleinanzeigen-mcp.git
cd kleinanzeigen-mcp
npm install
npm run buildnpm run build produces a single-file ESM bundle at dist/index.js plus two sidecar datasets beside it. Point a client at it by absolute path:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y kanzeigen-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add kleinanzeigen -- npx -y kanzeigen-mcp
Kleinanzeigen: common questions
- Is Kleinanzeigen MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Kleinanzeigen safety report
- How do I install Kleinanzeigen?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Kleinanzeigen need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Kleinanzeigen maintained?
- The last commit was 12 days ago (2026-09-09). The latest release is v1.0.0.