Catalog
io.github.ezemiz/emplyx
OfficialEmplyx HR Platform - 346+ tools for employees, schedules, time tracking & payroll
HR platform with 346+ tools for employee schedules, time tracking, and payroll management.
README not available yet.
Install
Configuration
Environment variables
EMPLYX_API_KEYrequiredsecretYour Emplyx API key (format: emplyx_live_xxx). Get one from Settings > API Keys in Emplyx admin panel.
EMPLYX_API_URLOptional. Emplyx API endpoint URL. Defaults to https://api.emplyx.com
claude_desktop_config.json
{
"mcpServers": {
"emplyx": {
"command": "npx",
"args": [
"-y",
"@emplyx/mcp-server@1.0.1"
],
"env": {
"EMPLYX_API_KEY": "<YOUR_EMPLYX_API_KEY>",
"EMPLYX_API_URL": "<YOUR_EMPLYX_API_URL>"
}
}
}
}