Skip to content
Cursor

workday mcp for Cursor

io.github.chrischall/workday-mcp

Read-only Workday for Claude — fetch tasks, pay, benefits via your signed-in session

client:Cursor transport:stdio runtime:npm

Install workday mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "workday-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "workday-mcp"
      ],
      "env": {
        "WORKDAY_TENANT": "<WORKDAY_TENANT>",
        "WORKDAY_HOST": "<WORKDAY_HOST>",
        "WORKDAY_WS_PORT": "<WORKDAY_WS_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

workday mcp in other clients