hh mcp for Cursor
io.github.theyahia/hh-mcp
MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints,
client:Cursor
transport:stdio
runtime:npm
Install hh mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/hh-mcp"
],
"env": {
"API_KEY": "<API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs