Job Tracker MCP Server
Enables tracking job applications through a pipeline, scheduling follow-ups, and summarizing job search progress via natural language.
README
Job Tracker MCP Server
A Model Context Protocol (MCP) server for tracking job applications and follow-ups, built with FastMCP and SQLite. Lets Claude Desktop, Cursor, or any MCP client log applications, move them through the hiring pipeline, schedule follow-up reminders, and check the health of an active job search through natural conversation.
Features
- Log job applications with company, role, applied date, status, job URL, and notes
- Move applications through a fixed set of pipeline stages, with validation on transitions
- List applications, optionally filtered by status, most recent first
- Schedule follow-up reminders tied to a specific application
- Query pending follow-ups due on or before a given date, so you can ask "what follow-ups do I have this week"
- Mark follow-ups as done
- Get a pipeline summary: counts of applications grouped by status
- The valid pipeline stages exposed as an MCP resource for client discovery
Tools
| Tool | Description |
|---|---|
add_application(company, role, date_applied, status, job_url, notes) |
Insert a new job application |
update_status(application_id, new_status) |
Move an application to a new pipeline status |
list_applications(status) |
List applications, optionally filtered by status, newest first |
add_followup(application_id, follow_up_date, note) |
Schedule a follow-up reminder for an application |
get_pending_followups(as_of_date) |
List follow-ups due on or before a date that are not yet done |
mark_followup_done(followup_id) |
Mark a follow-up as completed |
pipeline_summary() |
Count applications grouped by pipeline status |
All dates use YYYY-MM-DD format and are validated on input. Valid pipeline stages are: applied, phone_screen, technical_interview, onsite, offer, rejected, withdrawn. Passing any other value to status or new_status raises a clear error.
Resources
pipeline://stages: JSON array of the ordered pipeline stages, so a client can discover valid status values without guessing.
Setup
Requires Python 3.11+ and uv.
uv sync
Claude Desktop config
{
"mcpServers": {
"job-tracker": {
"command": "/path/to/job-tracker-mcp-server/run.sh"
}
}
}
Replace /path/to/job-tracker-mcp-server with the absolute path to this repo.
Storage
Data is stored in a local SQLite database (applications.db, created automatically on first run, gitignored). Override the location with the JOB_TRACKER_DB_PATH environment variable.
Testing
uv run pytest
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.