MCP Server
MCP
io.github.ezemiz/emplyx
Emplyx HR Platform - 346+ tools for employees, schedules, time tracking & payroll
Install
npx -y @emplyx/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@emplyx/mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Emplyx API key (format: emplyx_live_xxx). Get one from Settings > API Keys in Emplyx admin panel.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EMPLYX_API_KEY"
},
{
"description": "Optional. Emplyx API endpoint URL. Defaults to https://api.emplyx.com",
"format": "string",
"name": "EMPLYX_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment