
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@emplyx/mcp-server
Advanced tools
MCP Server for Emplyx HR Platform - Access 346+ HR management tools via Model Context Protocol
MCP (Model Context Protocol) server for Emplyx HR Platform. Exposes 346+ HR management tools to AI assistants like Claude.
npm install -g @emplyx/mcp-server
# or use with npx
npx @emplyx/mcp-server
Add to your claude_desktop_config.json:
{
"mcpServers": {
"emplyx": {
"command": "npx",
"args": ["@emplyx/mcp-server"],
"env": {
"EMPLYX_API_KEY": "emplyx_live_your_key_here"
}
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json| Variable | Required | Description |
|---|---|---|
EMPLYX_API_KEY | Yes | Your Emplyx API key (format: emplyx_live_xxx) |
EMPLYX_API_URL | No | API endpoint (default: production) |
The server exposes tools based on your API key's scopes:
| Scope | Tools |
|---|---|
employees:read | Search employees, get employee details |
employees:write | Create, update, deactivate employees |
schedules:read | List shifts, view schedules |
schedules:write | Assign shifts, manage schedules |
absences:read | View absence requests, balances |
absences:write | Create/approve/reject absence requests |
clockings:read | View time entries, timelines |
clockings:write | Create corrections, approve requests |
documents:read | List documents |
documents:write | Upload, manage documents |
* | Full access to all 346+ tools |
Once configured, you can ask Claude things like:
Ensure your API key:
emplyx_live_The package includes pre-compiled binaries. If missing:
MIT - See LICENSE for details.
FAQs
MCP Server for Emplyx HR Platform - Access 346+ HR management tools via Model Context Protocol
The npm package @emplyx/mcp-server receives a total of 12 weekly downloads. As such, @emplyx/mcp-server popularity was classified as not popular.
We found that @emplyx/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.