Skip to main content
Glama
hakandedotdev

Job Tracker MCP Server

Job Tracker

Persönlicher Bewerbungs-Tracker, erstellt mit Next.js. Verfolge Unternehmen, Rolle, Status, Dateipfade von Lebenslauf/Anschreiben und Feedback-Notizen. Daten werden lokal in data/jobs.json gespeichert.

Erste Schritte

Starte den Entwicklungsserver:

npm install
npm run dev

Öffne http://localhost:3000 in deinem Browser.

Related MCP server: Job Tracker MCP Server

MCP-Einrichtung (für Cursor-Agenten)

Ein lokaler MCP-Server stellt die REST-API des Job Tracker für Cursor-Agenten auf demselben Rechner bereit.

Voraussetzungen

  1. Abhängigkeiten installieren: npm install

  2. App starten: npm run dev (API muss auf Port 3000 laufen)

Verbinden in Cursor

Dieses Repository enthält .cursor/mcp.json. Lade Cursor neu oder öffne Einstellungen → MCP — der job-tracker-Server sollte als verbunden angezeigt werden.

Um die API-URL zu überschreiben, setze JOB_TRACKER_API_URL in .cursor/mcp.json (Standard: http://localhost:3000).

Verfügbare Werkzeuge

Tool

Beschreibung

list_jobs

Alle Bewerbungen auflisten

get_job

Eine Stelle anhand der id abrufen

add_job

Eine Stelle hinzufügen (company, role erforderlich)

update_job

Eine Stelle anhand der id aktualisieren (z.B. status ändern)

delete_job

Eine Stelle anhand der id löschen

Statuswerte: wishlist, applied, interviewing, offer, rejected, withdrawn.

Fehlerbehebung

Wenn MCP-Werkzeuge mit einem Verbindungsfehler fehlschlagen, stelle sicher, dass npm run dev läuft und unter http://localhost:3000/api/jobs erreichbar ist.

Führe den MCP-Server manuell zur Fehlersuche aus:

npm run mcp

API

Methode

Endpunkt

Beschreibung

GET

/api/jobs

Stellen auflisten

POST

/api/jobs

Stelle erstellen

GET

/api/jobs/:id

Stelle abrufen

PATCH

/api/jobs/:id

Stelle aktualisieren

DELETE

/api/jobs/:id

Stelle löschen

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    C
    maintenance
    Enables searching justjoin.it for job listings and tracking applications locally with status updates, all via natural language in Claude.
    4
  • F
    license
    A
    quality
    C
    maintenance
    Enables tracking job applications through a pipeline, scheduling follow-ups, and summarizing job search progress via natural language.
    7
  • A
    license
    A
    quality
    C
    maintenance
    Enables users to manage job applications (add, list, update status) through natural language conversations, using Notion as the backend.
    3
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Enables AI agents to manage job applications, documents, and contacts via the Application Tracker workspace, with read-only or write access controlled by administrator settings.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hakandedotdev/simple-mcp-job-tracker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server