Resume MCP Server
Click on "Deploy 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., "@Resume MCP ServerCompare my resume to this job description and show the skill gap chart."
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.
Resume MCP Server
An MCP server that compares your resume against a job description using sentence embeddings (semantic similarity) + skill keyword matching, and generates a visual skill-gap chart.
Features
match_score— Returns semantic similarity (0-100) plus matched/missing/extra skillsgenerate_gap_chart_tool— Creates a PNG chart showing which JD skills you have vs. are missingsuggest_bullet_points— Helps Claude draft resume bullet suggestions based on your real experience
Related MCP server: mcp-server-cv-modify
Setup
cd resume-mcp
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txtFirst run will download the all-MiniLM-L6-v2 embedding model (~80MB) —
needs internet access once.
Test it locally (without Claude Desktop)
python test_local.pyConnect to Claude Desktop
Edit your Claude Desktop config file:
Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this entry (use the FULL absolute path to your venv's python):
{
"mcpServers": {
"resume-matcher": {
"command": "/full/path/to/resume-mcp/venv/Scripts/python",
"args": ["/full/path/to/resume-mcp/server.py"]
}
}
}Restart Claude Desktop. You should now be able to ask things like:
"Compare my resume against this job description and show me the skill gap"
Claude will call match_score and generate_gap_chart_tool automatically.
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP.
A job-search companion: tailor your CV to a role, score fit, fix ATS issues. Also via MCP.
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
GetJobzi MCP server for job search, application tracking, and career forecasting.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn intelligent, zero-cost MCP server that securely parses local resumes and compares them against live job postings for ATS scoring, skill gap analysis, and interview prep.1MIT
- FlicenseAqualityDmaintenanceMCP server that intelligently modifies CVs based on job descriptions using keyword extraction and strategic enhancement.33-
- FlicenseAqualityDmaintenanceAn MCP server that tailors LaTeX resumes to job descriptions using Claude, returning a structured diff with keywords, gap summary, bullet changes, and a guardrails report.2-
- AlicenseCqualityDmaintenanceAn 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.8312 npm1AGPL 3.0