Odel
skillmatch mcp

skillmatch mcp

Local
@jarmstrong1582PythonMITUpdated 1mo ago

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).

PyPIskillmatch-mcpv2.0.0

Run

uvx skillmatch-mcp

MCP client config

{
  "mcpServers": {
    "skillmatch-mcp": {
      "command": "uvx",
      "args": [
        "skillmatch-mcp"
      ]
    }
  }
}