mcpbeat Sign in

Workday MCP Server

local only

Workday MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 474 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 125 · avg 23 · +222% w/w
a month agotoday
474
Installs / week
npm · workday-mcp
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Workday MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add workday-mcp -- npx -y workday-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "workday-mcp": {
      "args": [
        "-y",
        "workday-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.workday-mcp]
command = "npx"
args = ["-y", "workday-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "workday-mcp": {
      "args": [
        "-y",
        "workday-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "workday-mcp": {
      "args": [
        "-y",
        "workday-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WORKDAY_TENANT (Workday tenant slug, e.g. `acme` for https://wd5.myworkday.com/acme.), WORKDAY_HOST (Workday data-center host (default wd5.myworkday.com).), WORKDAY_WS_PORT (Override the fetchproxy WebSocket port (default 37149).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Workday MCP

same job, measured the same way
Musescore MCP
by chrischall

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

537 installs/wk local only
Cairn
by cybort360

Log Claude Code work sessions, file edits, and tasks to your Cairn account.

78 installs/wk local only
Formlab MCP
by juliu1980

Read-only MCP for FormLab — talk to your local lab notebook via Claude. Data stays local.

500 installs/wk local only
I
Hermes Prime
by hermes-labs-ai

Read-only stdio MCP server for a versioned convention card in Claude Code.

local only
Adtest MCP
by adtest

AI-only ad scoring for Claude: score image, video or text ads on 13 dimensions before you spend.

63 installs/wk local only
Session Replay
by session-replay

Read and triage bug reports captured by Session Replay for your verified domains.

answering
three.ws Tutor
by nirholas

Read a Pay-As-You-Learn tutoring session's itemized tab and close it for an attested invoice.

192 installs/wk local only
Personal Finance MCP
by josuem1109

Self-hosted, read-only MCP server that connects your banks and investments via Plaid.

local only

Workday MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Workday MCP?
Workday MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package workday-mcp was installed 474 times last week.
How do I connect Workday MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls workday-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Workday MCP?
The npm package workday-mcp was installed 474 times in the last week. Week over week that is +222%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Workday MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.