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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。