workday-mcp

chrischall/workday-mcp
★ 0 stars TypeScript Browser/Web Updated today
Read-only MCP server for Workday — fetch your tasks, pay, benefits and compensation through your signed-in session. Routes through the user's Workday tab via the fetchproxy extension. Developed and maintained by AI.
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": {
    "workday-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/workday-mcp"
      ]
    }
  }
}