PayrollEngine.Mcp.Server

Payroll-Engine/PayrollEngine.Mcp.Server
★ 0 stars C# AI/LLM Updated 8d ago
MCP Server for the Payroll Engine — enables AI agents to query and analyse payroll data using natural language.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "payrollengine.mcp.se": {
      "command": "npx",
      "args": [
        "-y",
        "Payroll-Engine/PayrollEngine.Mcp.Server"
      ]
    }
  }
}