Job search and ranking pipeline via MCP for Claude Desktop.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx skillmatch-mcp
MCP client config
{
"mcpServers": {
"skillmatch-mcp": {
"command": "uvx",
"args": [
"skillmatch-mcp"
]
}
}
}