hr compensation mcp server for Cursor
io.github.thenextgennexus/hr-compensation-mcp-server
Search H1B visa salaries, salary benchmarks, and job market data
client:Cursor
transport:stdio
runtime:npm
Install hr compensation mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hr-compensation-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thenextgennexus/hr-compensation-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs