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-server
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.
Latest Blog Posts
- 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