Job Tracker MCP Server
职位追踪器
基于 Next.js 构建的个人求职申请追踪工具。可追踪公司、职位、状态、简历/求职信文件路径以及反馈备注。数据本地存储在 data/jobs.json 中。
快速开始
启动开发服务器:
npm install
npm run dev在浏览器中打开 http://localhost:3000。
Related MCP server: Job Tracker MCP Server
MCP 配置(适用于 Cursor 代理)
本地 MCP 服务器将职位追踪器的 REST API 暴露给同一台机器上的 Cursor 代理。
前置条件
安装依赖:
npm install启动应用:
npm run dev(API 必须在 3000 端口运行)
在 Cursor 中连接
本仓库包含 .cursor/mcp.json。重新加载 Cursor 或打开 设置 → MCP — job-tracker 服务器应显示为已连接。
若要覆盖 API URL,请在 .cursor/mcp.json 中设置 JOB_TRACKER_API_URL(默认值:http://localhost:3000)。
可用工具
工具 | 描述 |
| 列出所有申请 |
| 根据 |
| 添加职位(必填 |
| 根据 |
| 根据 |
状态值:wishlist、applied、interviewing、offer、rejected、withdrawn。
故障排除
如果 MCP 工具因连接错误失败,请确认 npm run dev 正在运行且可通过 http://localhost:3000/api/jobs 访问。
手动运行 MCP 服务器以进行调试:
npm run mcpAPI
方法 | 端点 | 描述 |
GET |
| 列出职位 |
POST |
| 创建职位 |
GET |
| 获取职位 |
PATCH |
| 更新职位 |
DELETE |
| 删除职位 |
This server cannot be installed
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
- FlicenseBqualityCmaintenanceEnables searching justjoin.it for job listings and tracking applications locally with status updates, all via natural language in Claude.4
- FlicenseAqualityCmaintenanceEnables tracking job applications through a pipeline, scheduling follow-ups, and summarizing job search progress via natural language.7
- AlicenseAqualityCmaintenanceEnables users to manage job applications (add, list, update status) through natural language conversations, using Notion as the backend.3MIT
- Flicense-qualityBmaintenanceEnables AI agents to manage job applications, documents, and contacts via the Application Tracker workspace, with read-only or write access controlled by administrator settings.
Related MCP Connectors
Job platform for AI agents. Track tech jobs from companies that match your stack.
AI job search MCP — fact-checked jobs, application tracker, alerts. ChatGPT, Claude, Cursor.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
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/hakandedotdev/simple-mcp-job-tracker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server