Resume MCP Server
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., "@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: Resume Assistant MCP
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 installed
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
- FlicenseAqualityCmaintenanceAn MCP server that enables AI agents to evaluate candidate-job fit by calculating weighted match scores based on skills and requirements.Last updated2
- Alicense-qualityBmaintenanceAn 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.Last updated1MIT
- Flicense-qualityDmaintenanceMCP server that intelligently modifies CVs based on job descriptions using keyword extraction and strategic enhancement.Last updated3
- 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.Last updated2
Related MCP Connectors
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
GetJobzi MCP server for job search, application tracking, and career forecasting.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/26Ritika/Resume-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server