Skip to main content
Glama
hakandedotdev

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 代理。

前置条件

  1. 安装依赖:npm install

  2. 启动应用:npm run dev(API 必须在 3000 端口运行)

在 Cursor 中连接

本仓库包含 .cursor/mcp.json。重新加载 Cursor 或打开 设置 → MCPjob-tracker 服务器应显示为已连接。

若要覆盖 API URL,请在 .cursor/mcp.json 中设置 JOB_TRACKER_API_URL(默认值:http://localhost:3000)。

可用工具

工具

描述

list_jobs

列出所有申请

get_job

根据 id 获取单个职位

add_job

添加职位(必填 companyrole

update_job

根据 id 更新职位(例如更改 status

delete_job

根据 id 删除职位

状态值:wishlistappliedinterviewingofferrejectedwithdrawn

故障排除

如果 MCP 工具因连接错误失败,请确认 npm run dev 正在运行且可通过 http://localhost:3000/api/jobs 访问。

手动运行 MCP 服务器以进行调试:

npm run mcp

API

方法

端点

描述

GET

/api/jobs

列出职位

POST

/api/jobs

创建职位

GET

/api/jobs/:id

获取职位

PATCH

/api/jobs/:id

更新职位

DELETE

/api/jobs/:id

删除职位

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