Job Tracker MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Job Tracker MCP Servershow me my pipeline summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Shortlist MCP Server
Tools
Tool | Description |
| Insert a new job application |
| Move an application to a new pipeline status |
| List applications, optionally filtered by status, newest first |
| Schedule a follow-up reminder for an application |
| List follow-ups due on or before a date that are not yet done |
| Mark a follow-up as completed |
| 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 syncClaude 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 pytestLicense
MIT
Maintenance
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
- Flicense-quality-maintenanceA multi-domain productivity tool that currently enables job search automation, application tracking, and pipeline analysis for Career management. Future phases plan to add health tracking, workout management, and family expense monitoring capabilities.
- Alicense-qualityFmaintenanceEnables users to search for jobs, prefill applications using AI, and automate submissions across major platforms like Lever and Ashby directly from Claude or Cursor. It provides a full suite of tools for managing job queues, profile data, and resumes within a chat interface.34MIT
- Flicense-qualityCmaintenanceAutomates job application tracking and resume/cover letter generation using AI, integrating with Google Drive, Notion, and Gmail.1
- FlicenseBqualityCmaintenanceEnables searching justjoin.it for job listings and tracking applications locally with status updates, all via natural language in Claude.4
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
Job platform for AI agents. Track tech jobs from companies that match your stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AshC2004/job-tracker-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server