Resume Parser MCP
Uses Google's Gemini AI model to parse unstructured resume text and convert it into structured JSON format with extracted skills, experience, education, and projects
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 Parser MCPparse this resume text into structured JSON"
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.
Json to Json Resume-Parser MCP
This is a resume parser MCP that takes a random json input: { "raw_text": "John Doe, Software Engineer with 3 years of experience in Python, AWS, Docker. Worked at Acme Inc from 2020 to 2023..." } Into a more sturctured output: { "skills": ["Python", "AWS", "Docker"], "experience": [ {"company": "Acme Inc", "role": "Software Engineer", "years": "2020-2023"} ], "education": [], "projects": [] } using gemini model..
Clone the repository:
git clone https://github.com/Acidlambunk/Resume-Parser-MCP.git
cd testInstall uv and setup venv use google and install uv setup venv with
python -m venv (name) source (name)/bin/activateInstall dependencies:
uv pip install -r requirements.txtSet up environment variables:
create a new
.envfile and add your API keys:GEMINI_API_KEY= GEMINI_MODEL=gemini-2.0-flash
Run the API locally:
uv run mcp dev main.py
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
- AlicenseAqualityDmaintenanceGenerates professional PDF resumes using LaTeX templates through natural language descriptions. Supports 9 professional templates, AI-powered resume tailoring, and organized folder management for job applications.Last updated422MIT
- AlicenseBqualityDmaintenanceEnables parsing and extracting structured data from resumes using the Rchilli API. Supports resume parsing from public URLs or binary data in base64 format.Last updated2MIT
- FlicenseAqualityDmaintenanceExtracts structured JSON data from unstructured text using predefined schemas for receipts, invoices, resumes, and emails. It allows users to transform messy text into organized data through built-in or custom-defined fields.Last updated1
- Flicense-qualityBmaintenanceEnables AI clients to manage resumes, match job descriptions, and generate tailored PDF resumes.Last updated3
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Tailor resumes, generate cover letters, render CVs as PDF, and browse 22+ templates.
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/Acidlambunk/Resume-Parser-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server