emplyx for Cursor
io.github.ezemiz/emplyx
Emplyx HR Platform - 346+ tools for employees, schedules, time tracking & payroll
client:Cursor
transport:stdio
runtime:npm
Install emplyx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"emplyx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emplyx/mcp-server"
],
"env": {
"EMPLYX_API_KEY": "<EMPLYX_API_KEY>",
"EMPLYX_API_URL": "<EMPLYX_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs