skillmatch mcp for Cursor
io.github.jarmstrong158/skillmatch-mcp
Job search and ranking pipeline via MCP for Claude Desktop.
client:Cursor
transport:stdio
runtime:pypi
Install skillmatch mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillmatch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"skillmatch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs