loading…
Search for a command to run...
loading…
Resume Parser AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Resume Parser AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Resume Parser Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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 |
pip install meok-resume-parser-ai-mcp
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"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"resume-parser-ai-mcp": {
"command": "npx",
"args": []
}
}
}