Best for
- Job seekers who want to self-host and control their career data.
- Users who want to record jobs or interview questions without leaving an AI chat.
- Users of AI clients such as Claude Desktop, OpenClaw, or Hermes.
The source presents JobSync MCP as a practical bridge between AI clients and a self-hosted job-tracking application, with local Ollama support as a privacy-oriented option. No concrete MCP tool identifiers or complete permission list are provided, so the tool list is left empty. Protect the access token and review AI-generated results before saving.
JobSync is a free, open-source, self-hosted job search assistant for managing applications, resumes, tasks, and job-search analytics. Its built-in MCP server lets compatible AI clients add job applications and Question Bank entries with user approval, and save a job-match analysis when the required resume and job-description conditions are met. AI features can run locally through Ollama or through several cloud model providers.
Sign in to JobSync, open Settings > MCP Access, generate an access token, and copy the configuration snippet. Claude Desktop requires mcp-remote; add the configuration to mcpServers in claude_desktop_config.json and fully restart the client. Clients with native streamable-http support can connect directly to /api/mcp using an Authorization Bearer token. For a plain HTTP LAN address, mcp-remote may require the --allow-http argument.
{"mcpServers":{"jobsync":{"command":"npx","args":["mcp-remote","http://<your-jobsync-url>/api/mcp","--header","Authorization: Bearer <your-token>"]}}}