MCP-Powered-AI-Job-Recommendation-Engine
Движок рекомендаций вакансий на базе ИИ и MCP
AI-движок рекомендаций вакансий и сопоставления резюме, интегрированный с Model Context Protocol (MCP). Эта система предоставляет стандартизированные MCP-инструменты, позволяющие AI-агентам и ассистентам (таким как Claude, Antigravity или пользовательские LLM) без труда запрашивать рекомендации по вакансиям, анализировать профили кандидатов, вычислять показатели семантического соответствия навыков и выполнять автоматизированный подбор карьерных вариантов.
🌟 Ключевые возможности
Сервер Model Context Protocol (MCP): Предоставляет стандартизированные инструменты (
recommend_jobs,match_skills,parse_resume,filter_jobs_by_location).Семантическое сопоставление навыков: Использует эмбеддинги Transformer и косинусную близость для сопоставления опыта кандидата с описаниями вакансий.
Анализ недостающих навыков кандидата: Выявляет отсутствующие ключевые навыки и предлагает персонализированные пути обучения.
Интерактивная UI-панель: Создана с помощью Streamlit для загрузки профилей кандидатов и фильтрации рекомендаций в реальном времени.
Related MCP server: LinkedIn MCP
🚀 Технологический стек
Протокол: Model Context Protocol (MCP Python SDK)
ИИ и NLP: LangChain, SentenceTransformers, Scikit-Learn, PyTorch
API и интерфейс: FastAPI, Streamlit, Pandas, NumPy
📁 Структура репозитория
MCP-Powered-AI-Job-Recommendation-Engine/
├── mcp_server/
│ ├── __init__.py
│ ├── server.py # MCP Server implementation & tool definitions
│ └── tools.py # Recommendation tool implementations
├── engine/
│ ├── __init__.py
│ ├── resume_parser.py # Resume skill extraction engine
│ ├── matcher.py # Semantic similarity & fit score calculator
│ └── job_database.py # Job listings & metadata store
├── frontend/
│ ├── app.py # Streamlit UI dashboard
├── data/ # Sample resumes & job description datasets
├── notebooks/ # Experimentation & embedding evaluation
├── tests/ # Unit test suites for MCP tools & matcher
├── requirements.txt # Dependency manifest
└── README.md # Project documentation🛠️ Начало работы
1. Клонируйте репозиторий
git clone https://github.com/Devashishpandey1103/MCP-Powered-AI-Job-Recommendation-Engine.git
cd MCP-Powered-AI-Job-Recommendation-Engine2. Настройте окружение и установите зависимости
python -m venv venv
# Windows:
venv\Scripts\activate
# macOS/Linux:
source venv/bin/activate
pip install -r requirements.txt3. Запустите MCP-сервер и веб-приложение
# Start the MCP Server (stdio / SSE transport)
python mcp_server/server.py
# Start the Streamlit Dashboard
streamlit run frontend/app.pyРазработано в рамках Advanced AI Systems & Model Context Protocol Portfolio.
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
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.4732MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to access and interact with LinkedIn data—profiles, messaging, jobs, companies, and more—via MCP, with remote or local deployment.22628MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage logistics operations including orders, shipments, tracking, and warehouse management through standardized MCP tools.
- AlicenseNot gradedqualityBmaintenanceEnables JD-aware resume matching through MCP tools, providing deterministic scoring, gap analysis, bullet rewrites, and tailored cover letter generation.0MIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Connect MCP clients to 2,000+ AI models without managing provider API keys.
AI job search MCP — fact-checked jobs, application tracker, alerts. ChatGPT, Claude, Cursor.
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/Devashishpandey1103/MCP-Powered-AI-Job-Recommendation-Engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server