mcpbeat Sign in

Deputy Workforce MCP Server

local only

Deputy Workforce MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 28 Jul 2026.

Read-only Deputy coverage, workload, timesheet, availability, and staffing signals.

Installs per day peak 10 · avg 5 · +68% w/w
a month agotoday
29
Installs / week
npm · @hyperdrift-io/deputy-workforce-mcp
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Deputy Workforce 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 deputy-workforce-mcp -- npx -y @hyperdrift-io/deputy-workforce-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deputy-workforce-mcp": {
      "args": [
        "-y",
        "@hyperdrift-io/deputy-workforce-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deputy-workforce-mcp]
command = "npx"
args = ["-y", "@hyperdrift-io/deputy-workforce-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "deputy-workforce-mcp": {
      "args": [
        "-y",
        "@hyperdrift-io/deputy-workforce-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deputy-workforce-mcp": {
      "args": [
        "-y",
        "@hyperdrift-io/deputy-workforce-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEPUTY_MODE (Use fixture for fictional evaluation data or live for a Deputy installation.), DEPUTY_BASE_URL (Customer-specific Deputy installation URL; required in live mode.), DEPUTY_ACCESS_TOKEN (Customer-owned Deputy OAuth access token; required in live mode.), DEPUTY_AUTH_SCHEME (Authorization scheme for the issued Deputy token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Deputy Workforce MCP

same job, measured the same way
Live Times Transit
by travelwhiz-ltd

Read-only public transit departures, stop search, and city coverage for bus and train users.

5 tools answering
Plumbing Booking
by thejohnsonbros

Johnson Bros. Plumbing: check coverage, services, pricing, availability, and book by SMS.

15 tools answering
Fcc Broadband MCP Server
by cyanheads

FCC broadband availability, coverage analysis, and digital divide data for US geographies.

94 installs/wk 9 tools answering
Presify
by presify

Microsoft Teams presence analytics: online time, timelines, coverage, anomalies. Read-only.

answering
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
Vital
by usefulapi

Read wearables and lab health data — sleep, activity, workouts, timeseries, lab tests and orders.

21 tools answering
MCP Tvsubtitles
by smeet666

Search TV series on tvsubtitles.net, read a season's subtitle coverage and one record. No API key.

56 installs/wk local only
MONARK
by monarkgate

Commit / defer / abstain over a conformal coverage region - not a probability of being right.

4 tools answering

Deputy Workforce MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Deputy Workforce MCP?
Deputy Workforce 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 @hyperdrift-io/deputy-workforce-mcp was installed 29 times last week.
How do I connect Deputy Workforce 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 @hyperdrift-io/deputy-workforce-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Deputy Workforce MCP?
The npm package @hyperdrift-io/deputy-workforce-mcp was installed 29 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Deputy Workforce MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.