Pbp MCP Server

Mal ehrlich: Weißt du, wie dein Lebenslauf auf einen Recruiter wirkt? Auf ein ATS-System? Auf einen Personalberater?

Local serverstdioPython

What is the Pbp MCP server?

Most browser automation work still happens through a UI a human drives. Pbp MCP server moves it into the conversation instead. Mal ehrlich: Weißt du, wie dein Lebenslauf auf einen Recruiter wirkt? Auf ein ATS-System? Auf einen Personalberater?.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • E-Mail-Import — Drag & Drop deine Firmen-Mails rein. Status und Termine werden automatisch erkannt
  • Kalender — Grafisches Grid mit Kategorien, Kollisionserkennung und .ics-Export
  • Bewerbungs-Tracking — Pipeline mit Timeline, Notizen, Follow-ups und Statistiken
  • Scoring-Regler — Konfiguriere, was dir wichtig ist. PBP sortiert automatisch
  • Multi — Profil.** Mehrere Benutzer auf einem Rechner? Kein Problem — jedes Profil hat eigene Daten
  • Elwosa — Live-Statusanzeige der lokalen AI mit eigener Persoenlichkeit + kontextuellen Tipps pro Seite
  • Kontakte — System, TODOs mit Faelligkeit, Dokument-Lifecycle, Recherche-Persistenz, Outcome-Quoten, Minus-Keywords, Wiedergaenger-Erkenner
  • Beta — Stabilisierung (beta.101/102)** — 13 Bugfixes aus Audits + User-Tests, CI-Test-Gate auf jeder Aenderung, Onboarding-Haertung fuer Einsteiger
  • Stand — 192 MCP-Tools, 25 Prompts, Schema v48, ueber 2040 Tests
  • Bewerbungs-ZIP — Export (#474)** — kompletter Export pro Bewerbung als ZIP: bericht.html, stelle.html, notizen.md, termine.ics, mails.md, dokumente/, mails/
  • Skill — Datenmodell Schema v28** — start_year, end_year, level_current. Skill-Editor mit Punkt-Visualisierung (5 Dots), Skill-Karte zeigt echten
  • Keyword — Vorschlaege ueberarbeitet** — erweiterte Stopwords, TF-IDF Specificity, applied vs dismissed Datasource, strikte Exklusion (good_words==0)

What it needs from you

Configuration is passed through the environment: PBP_HINTS_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Pbp.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pbp's toolset — E-Mail-Import, Kalender, Bewerbungs-Tracking and 11 more — is a fair guide to whether it matches your workflow. It is maintained by madgapun; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Pbp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
E-Mail-ImportDrag & Drop deine Firmen-Mails rein. Status und Termine werden automatisch erkannt
KalenderGrafisches Grid mit Kategorien, Kollisionserkennung und .ics-Export
Bewerbungs-TrackingPipeline mit Timeline, Notizen, Follow-ups und Statistiken
Scoring-ReglerKonfiguriere, was dir wichtig ist. PBP sortiert automatisch
MultiProfil.** Mehrere Benutzer auf einem Rechner? Kein Problem — jedes Profil hat eigene Daten.
ElwosaLive-Statusanzeige der lokalen AI mit eigener Persoenlichkeit + kontextuellen Tipps pro Seite
KontakteSystem, TODOs mit Faelligkeit, Dokument-Lifecycle, Recherche-Persistenz, Outcome-Quoten, Minus-Keywords, Wiedergaenger-Erkenner, Ablehnungsgruende-Editor**
BetaStabilisierung (beta.101/102)** — 13 Bugfixes aus Audits + User-Tests, CI-Test-Gate auf jeder Aenderung, Onboarding-Haertung fuer Einsteiger, ehrliche macOS-Doku
Stand192 MCP-Tools, 25 Prompts, Schema v48, ueber 2040 Tests
Bewerbungs-ZIPExport (#474)** — kompletter Export pro Bewerbung als ZIP: bericht.html, stelle.html, notizen.md, termine.ics, mails.md, dokumente/, mails/, INHALT.md, optional bericht.pdf via Playwright.
SkillDatenmodell Schema v28** — start_year, end_year, level_current. Skill-Editor mit Punkt-Visualisierung (5 Dots), Skill-Karte zeigt echten Datumsbereich statt zurueckgerechnetem currentYear - years_experience.
KeywordVorschlaege ueberarbeitet** — erweiterte Stopwords, TF-IDF Specificity, applied vs dismissed Datasource, strikte Exklusion (good_words==0). Frontend-Endpoint und MCP-Tool synchronisiert.
Installer-KonsistenzINSTALLIEREN.bat / install.ps1 / install.sh / setup_gui.py auf v1.6.0-Stand, Port 8200 ueberall, Playwright + Chromium standardmaessig.
Kalender-SystemGrafisches Grid, CRUD, benutzerdefinierte Kategorien, .ics-Export, Kollisionserkennung

Configuration

VariableDescriptionRequired
PBP_HINTS_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Pbp to E-Mail-Import.
  • Use Pbp to Kalender.
  • Use Pbp to Bewerbungs-Tracking.

Frequently asked questions

It connects Pbp to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (E-Mail-Import, Kalender, Bewerbungs-Tracking, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pbp directly.