Job search and ranking pipeline via MCP. Search multiple job boards, rank listings against your GitHub portfolio and resume, track applications, and email ranked results automatically.
Overview
SkillMatch is a job search pipeline that lets Claude find, rank, and track job opportunities through MCP.
Features:
- Search multiple job boards with optimized queries
- Rank listings against your GitHub portfolio and resume
- Track applications in a local SQLite database
- Automated email reports of ranked jobs
- Profile-based filtering (salary, remote, dealbreakers)
- Full MCP integration for Claude Desktop
Install: pip install skillmatch-mcp GitHub: https://github.com/jarmstrong158/skillmatch-mcp
Server Config
{
"mcpServers": {
"skillmatch": {
"command": "python",
"args": [
"path/to/skillmatch-mcp/server.py"
]
}
}
}