Skip to content
Cursor

Workday for Cursor

io.github.mindstone/mcp-server-workday

Workday HCM MCP server for Model Context Protocol hosts — workers, profiles, organizations

client:Cursor transport:stdio runtime:npm

Install Workday 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": {
    "mcp-server-workday": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-workday"
      ],
      "env": {
        "WORKDAY_HOST": "<WORKDAY_HOST>",
        "WORKDAY_TENANT": "<WORKDAY_TENANT>",
        "WORKDAY_CLIENT_ID": "<WORKDAY_CLIENT_ID>",
        "WORKDAY_CLIENT_SECRET": "<WORKDAY_CLIENT_SECRET>",
        "WORKDAY_REFRESH_TOKEN": "<WORKDAY_REFRESH_TOKEN>",
        "WORKDAY_RECRUITING_API_VERSION": "<WORKDAY_RECRUITING_API_VERSION>"
      }
    }
  }
}

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

Workday in other clients