Job Tracker MCP Server
Job Tracker
Rastreador personal de solicitudes de empleo construido con Next.js. Haz seguimiento de empresa, puesto, estado, rutas de archivos de CV/carta de presentación y notas de retroalimentación. Los datos se almacenan localmente en data/jobs.json.
Primeros pasos
Inicia el servidor de desarrollo:
npm install
npm run devAbre http://localhost:3000 en tu navegador.
Related MCP server: Job Tracker MCP Server
Configuración de MCP (para agentes de Cursor)
Un servidor MCP local expone la API REST del rastreador de empleo a los agentes de Cursor en la misma máquina.
Requisitos previos
Instala las dependencias:
npm installInicia la aplicación:
npm run dev(la API debe estar ejecutándose en el puerto 3000)
Conectar en Cursor
Este repositorio incluye .cursor/mcp.json. Recarga Cursor o abre Configuración → MCP — el servidor job-tracker debería aparecer como conectado.
Para sobrescribir la URL de la API, establece JOB_TRACKER_API_URL en .cursor/mcp.json (por defecto: http://localhost:3000).
Herramientas disponibles
Tool | Description |
| Listar todas las solicitudes |
| Obtener un trabajo por |
| Añadir un trabajo (se requieren |
| Actualizar un trabajo por |
| Eliminar un trabajo por |
Valores de estado: wishlist, applied, interviewing, offer, rejected, withdrawn.
Solución de problemas
Si las herramientas MCP fallan con un error de conexión, confirma que npm run dev se está ejecutando y es accesible en http://localhost:3000/api/jobs.
Ejecuta el servidor MCP manualmente para depuración:
npm run mcpAPI
Method | Endpoint | Description |
GET |
| Listar trabajos |
POST |
| Crear trabajo |
GET |
| Obtener trabajo |
PATCH |
| Actualizar trabajo |
DELETE |
| Eliminar trabajo |
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