Skip to main content
ClaudeWave

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.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/chrischall/workday-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "workday-mcp": {
      "command": "node",
      "args": ["/path/to/workday-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/chrischall/workday-mcp and follow its README for install instructions.

1 items in this repository

Read your Workday HR data — tasks, pay, benefits, compensation — via MCP through your own signed-in session. Triggers on phrases like "check my workday", "what's in my workday", "read my workday compensation", "my workday benefits", "pull this workday page", or any request involving your Workday tasks, pay, or benefits. Read-only. Requires workday-mcp installed and the fetchproxy extension active (see Setup below).

Install
Use cases

MCP Servers overview

# workday-mcp

Read-only MCP server for [Workday](https://www.workday.com/). Fetches your
Workday tasks and data cards — pay, benefits, compensation — and returns them as
structured JSON. Every request routes through your own signed-in
`*.myworkday.com` tab via the [fetchproxy](https://github.com/chrischall/fetchproxy)
browser extension, reusing your existing SSO-authenticated session.

> ⚠️ Workday gives employees no personal API. This server reads the same internal
> `*.htmld` endpoints the Workday web app calls, dispatched through your own
> signed-in browser tab. It is **read-only** and touches only your own data.
> Check your employer's acceptable-use policy. Use at your own discretion.
>
> 🤖 This project was developed and is maintained by AI (Claude Code).

## Why a bridge instead of the official API?

The official Workday REST/SOAP API requires a tenant administrator to register
an OAuth API client + Integration System User — an employee can't self-provision
it. Tenants also sit behind corporate SSO (Ping/Okta/Entra) with MFA, so there's
no server-side login. The only surface an employee can reach for their own data
is their **live browser session**, which is what this server relays.

## Install

See [SKILL.md](./skills/workday-mcp/SKILL.md) for full setup. In brief:

```json
{
  "mcpServers": {
    "workday": {
      "command": "npx",
      "args": ["-y", "workday-mcp"],
      "env": { "WORKDAY_TENANT": "your-tenant-slug" }
    }
  }
}
```

Then install the fetchproxy extension and sign into Workday in your browser.

## Tools

| Tool | What it does |
| --- | --- |
| `workday_get_apps` | List your Workday apps with launchable task ids — the discovery entry point |
| `workday_get_task` | Read a Workday task/data card by task id or path → title, fields, references, related tasks, export links |
| `workday_healthcheck` | Verify the bridge + session end-to-end with an actionable hint |

## Development

```bash
npm install
npm test          # vitest
npm run build     # tsc --noEmit + esbuild bundle → dist/bundle.js
```

The widget-tree parser (`src/parse.ts`) is the durable core; see
[docs/WORKDAY-API.md](./docs/WORKDAY-API.md) for the captured endpoint shapes and
schema. License: MIT.

What people ask about workday-mcp

What is chrischall/workday-mcp?

+

chrischall/workday-mcp is mcp servers for the Claude AI ecosystem. 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. It has 0 GitHub stars and was last updated today.

How do I install workday-mcp?

+

You can install workday-mcp by cloning the repository (https://github.com/chrischall/workday-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is chrischall/workday-mcp safe to use?

+

chrischall/workday-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains chrischall/workday-mcp?

+

chrischall/workday-mcp is maintained by chrischall. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to workday-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy workday-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: chrischall/workday-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chrischall-workday-mcp)](https://claudewave.com/repo/chrischall-workday-mcp)
<a href="https://claudewave.com/repo/chrischall-workday-mcp"><img src="https://claudewave.com/api/badge/chrischall-workday-mcp" alt="Featured on ClaudeWave: chrischall/workday-mcp" width="320" height="64" /></a>

More MCP Servers

workday-mcp alternatives