loading…
Search for a command to run...
loading…
An AI-powered job recommender built on the Model Context Protocol that provides personalized career suggestions through resume and skills matching. It utilizes
An AI-powered job recommender built on the Model Context Protocol that provides personalized career suggestions through resume and skills matching. It utilizes LLMs and external tool integrations to help users find relevant job openings based on their professional profile.
An AI-powered Job Recommender Agent built using the Model Context Protocol (MCP) to provide personalized job recommendations using LLMs and external tools.
mcp-jobs-recommender-agent/ ├── app.py ├── main.py ├── mcp_server.py ├──
requirements.txt └── README.md
git clone https://github.com/jsuryanm/mcp-jobs-recommender-agent.git cd
mcp-jobs-recommender-agent pip install -r requirements.txt
streamlit run app.py
Python, MCP, Groq, Apify Client ,Streamlit
If you like this project, please star the repo!
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-jobs-recommender-agent": {
"command": "npx",
"args": []
}
}
}