jobkit-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jobkit-mcpcompile resume for stripe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jobkit-mcp
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 syncAdd to ~/.claude/settings.json:
{
"mcpServers": {
"people": {
"command": "uv",
"args": ["run", "--directory", "/path/to/jobkit-mcp", "jobkit-mcp"],
"env": {
"JOBKIT_WORKSPACE": "/Users/you/Projects/resume"
}
}
}
}Related MCP server: resume-mcp
Tools
Tool | Description |
| Read resume.tex from workspace root as professional profile |
| List all application directories with their files |
| Get all text file content for one company |
| Read any file from an application by filename |
| Save/update any file in an application |
| Remove an entire application directory |
| Fetch a URL, return text with HTML stripped |
| Fetch URL or accept pasted text, save as job posting |
| Compile resume.tex with lualatex (company dir or root) |
| 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
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
- AlicenseAqualityAmaintenanceMCP server for browsing and searching your local resume and job application documentsLast updated191GPL 3.0
- Flicense-qualityDmaintenanceMCP server for maintaining a professional profile database and generating tailored, ATS-optimized resumes for specific job postings.Last updated1
- Alicense-qualityBmaintenanceAn MCP server that enables AI-assisted job search workflows including job discovery, application tracking, resume evaluation, and cover letter generation, with support for multiple job sources and scheduled scraping.Last updated81AGPL 3.0
- Flicense-qualityCmaintenanceMCP server for AI-native resume optimization, providing tools to load JD, analyze match, rewrite sections, and assemble customized resumes.Last updated1
Related MCP Connectors
GetJobzi MCP server for job search, application tracking, and career forecasting.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Job search and interview prep MCP. 11 tools, OAuth 2.1, cross-LLM. four-leaf.ai.
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/mohsenil85/jobkit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server