emplyx for Grok
io.github.ezemiz/emplyx
Emplyx HR Platform - 346+ tools for employees, schedules, time tracking & payroll
client:Grok
transport:stdio
runtime:npm
Install emplyx in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"emplyx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emplyx/mcp-server"
],
"env": {
"EMPLYX_API_KEY": "<EMPLYX_API_KEY>",
"EMPLYX_API_URL": "<EMPLYX_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs