Jobkit
БесплатноНе проверенMCP server for managing job application materials, including resume compilation, job posting fetching, and interview preparation.
Описание
MCP server for managing job application materials, including resume compilation, job posting fetching, and interview preparation.
README
CI pyright: strict Python 3.14+ License: MIT
MCP server for managing job application materials. Reads your resume from the workspace, fetches job postings and company info, compiles LaTeX resumes, and persists research, strategies, and interview prep per company. The host Claude does all reasoning — this server handles data access and persistence.
Quickstart
Requires Python 3.14+ and uv.
git clone <repo-url>
cd jobkit-mcp
uv sync
Add to ~/.claude/settings.json:
{
"mcpServers": {
"people": {
"command": "uv",
"args": ["run", "--directory", "/path/to/jobkit-mcp", "jobkit-mcp"],
"env": {
"JOBKIT_WORKSPACE": "/Users/you/Projects/resume"
}
}
}
}
Tools
| Tool | Description |
|---|---|
get_profile |
Read resume.tex from workspace root as professional profile |
list_applications |
List all application directories with their files |
get_application |
Get all text file content for one company |
read_application_file |
Read any file from an application by filename |
save_application_file |
Save/update any file in an application |
delete_application |
Remove an entire application directory |
fetch_url |
Fetch a URL, return text with HTML stripped |
save_job_posting |
Fetch URL or accept pasted text, save as job posting |
compile_resume |
Compile resume.tex with lualatex (company dir or root) |
mock_interview |
Start a mock interview — returns briefing for Claude to play interviewer |
Workspace Layout
$JOBKIT_WORKSPACE/
├── resume.tex # Base resume (used by get_profile)
├── coverletter.txt # Base cover letter
├── META.md # Base strategy
├── stripe/
│ ├── resume.tex # Tailored resume
│ ├── coverletter.txt # Tailored cover letter
│ ├── META.md # Application strategy
│ └── job_posting.md # Saved job posting
└── anthropic/
└── ...
Any file can be stored in a company directory — there is no whitelist. Build artifacts (.aux, .log, .out, .pdf, .gz, .fls, .fdb_latexmk) are skipped in listings.
Documentation
- Tutorial — Walk through a complete application workflow end-to-end
- How-To Guides — Focused recipes for specific tasks
- Reference — Complete tool parameters, return values, and internals
- Explanation — Architecture decisions and design rationale
Установка Jobkit
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mohsenil85/jobkit-mcpFAQ
Jobkit MCP бесплатный?
Да, Jobkit MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jobkit?
Нет, Jobkit работает без API-ключей и переменных окружения.
Jobkit — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Jobkit в Claude Desktop, Claude Code или Cursor?
Открой Jobkit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Jobkit with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
