Job Tracker MCP Server
Job Tracker
Next.js で構築された個人用の求人応募トラッカーです。企業、職種、ステータス、CV/カバーレターのファイルパス、フィードバックメモを追跡します。データはローカルの data/jobs.json に保存されます。
はじめに
開発サーバーを起動:
npm install
npm run devブラウザで http://localhost:3000 を開いてください。
Related MCP server: Job Tracker MCP Server
MCP セットアップ(Cursor エージェント向け)
ローカル MCP サーバーは、同じマシン上の Cursor エージェントにジョブトラッカーの REST API を公開します。
前提条件
依存関係をインストール:
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