⚡
Resume Parser AI MCP
Resume Parser AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Automation
Ask AI about Resume Parser AI MCP
Powered by Claude · Grounded in docs
I know everything about Resume Parser AI MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Resume Parser Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
parse_resume | Parse resume text and extract structured information: contact, skills, education |
extract_skills | Extract and categorize all skills from resume text with proficiency estimates. |
match_job | Match a resume against job requirements and return a compatibility report. |
score_resume | Score a resume on completeness, formatting indicators, and content quality (0-10 |
Installation
pip install meok-resume-parser-ai-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"resume-parser-ai": {
"command": "python",
"args": ["-m", "meok_resume_parser_ai_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
