Mal ehrlich: Weißt du, wie dein Lebenslauf auf einen Recruiter wirkt? Auf ein ATS-System? Auf einen Personalberater?
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?.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 14 tools. What each one is for:
E-Mail-Import — Drag & Drop deine Firmen-Mails rein. Status und Termine werden automatisch erkanntKalender — Grafisches Grid mit Kategorien, Kollisionserkennung und .ics-ExportBewerbungs-Tracking — Pipeline mit Timeline, Notizen, Follow-ups und StatistikenScoring-Regler — Konfiguriere, was dir wichtig ist. PBP sortiert automatischMulti — Profil.** Mehrere Benutzer auf einem Rechner? Kein Problem — jedes Profil hat eigene DatenElwosa — Live-Statusanzeige der lokalen AI mit eigener Persoenlichkeit + kontextuellen Tipps pro SeiteKontakte — System, TODOs mit Faelligkeit, Dokument-Lifecycle, Recherche-Persistenz, Outcome-Quoten, Minus-Keywords, Wiedergaenger-ErkennerBeta — Stabilisierung (beta.101/102)** — 13 Bugfixes aus Audits + User-Tests, CI-Test-Gate auf jeder Aenderung, Onboarding-Haertung fuer EinsteigerStand — 192 MCP-Tools, 25 Prompts, Schema v48, ueber 2040 TestsBewerbungs-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 echtenKeyword — Vorschlaege ueberarbeitet** — erweiterte Stopwords, TF-IDF Specificity, applied vs dismissed Datasource, strikte Exklusion (good_words==0)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.
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.
| Tool | What it does |
|---|---|
| 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, Ablehnungsgruende-Editor** |
| Beta | Stabilisierung (beta.101/102)** — 13 Bugfixes aus Audits + User-Tests, CI-Test-Gate auf jeder Aenderung, Onboarding-Haertung fuer Einsteiger, ehrliche macOS-Doku |
| 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/, INHALT.md, optional bericht.pdf via Playwright. |
| Skill | Datenmodell 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. |
| Keyword | Vorschlaege ueberarbeitet** — erweiterte Stopwords, TF-IDF Specificity, applied vs dismissed Datasource, strikte Exklusion (good_words==0). Frontend-Endpoint und MCP-Tool synchronisiert. |
| Installer-Konsistenz | INSTALLIEREN.bat / install.ps1 / install.sh / setup_gui.py auf v1.6.0-Stand, Port 8200 ueberall, Playwright + Chromium standardmaessig. |
| Kalender-System | Grafisches Grid, CRUD, benutzerdefinierte Kategorien, .ics-Export, Kollisionserkennung |
| Variable | Description | Required |
|---|---|---|
| PBP_HINTS_URL | Endpoint or connection string the server talks to. | Yes |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.