loading…
Search for a command to run...
loading…
Integrate and automate Keka HR platform features such as employee management, attendance, leave, payslip, and holiday data through a secure MCP server. Utilize
Integrate and automate Keka HR platform features such as employee management, attendance, leave, payslip, and holiday data through a secure MCP server. Utilize OAuth2 authentication for safe access and leverage modular tools to streamline HR workflows. Deploy easily with Docker support for containerized environments.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"keka-official-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"KaranThink41/keka_official_mcp"
]
}
}
}