PluginBench
MCP Server
Active
MIT

io.github.hyperdrift-io/deputy-workforce-mcp MCP Server

io.github.hyperdrift-io/deputy-workforce-mcp

What is the io.github.hyperdrift-io/deputy-workforce-mcp MCP server?

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

How to install io.github.hyperdrift-io/deputy-workforce-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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
    secret

    Customer-owned Deputy OAuth access token; required in live mode.

  • DEPUTY_AUTH_SCHEME

    Authorization scheme for the issued Deputy token.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deputy-workforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hyperdrift-io/deputy-workforce-mcp"
      ],
      "env": {
        "DEPUTY_MODE": "<YOUR_DEPUTY_MODE>",
        "DEPUTY_BASE_URL": "<YOUR_DEPUTY_BASE_URL>",
        "DEPUTY_ACCESS_TOKEN": "<YOUR_DEPUTY_ACCESS_TOKEN>",
        "DEPUTY_AUTH_SCHEME": "<YOUR_DEPUTY_AUTH_SCHEME>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "deputy-workforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hyperdrift-io/deputy-workforce-mcp"
      ],
      "env": {
        "DEPUTY_MODE": "<YOUR_DEPUTY_MODE>",
        "DEPUTY_BASE_URL": "<YOUR_DEPUTY_BASE_URL>",
        "DEPUTY_ACCESS_TOKEN": "<YOUR_DEPUTY_ACCESS_TOKEN>",
        "DEPUTY_AUTH_SCHEME": "<YOUR_DEPUTY_AUTH_SCHEME>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "deputy-workforce-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@hyperdrift-io/deputy-workforce-mcp"
      ],
      "env": {
        "DEPUTY_MODE": "<YOUR_DEPUTY_MODE>",
        "DEPUTY_BASE_URL": "<YOUR_DEPUTY_BASE_URL>",
        "DEPUTY_ACCESS_TOKEN": "<YOUR_DEPUTY_ACCESS_TOKEN>",
        "DEPUTY_AUTH_SCHEME": "<YOUR_DEPUTY_AUTH_SCHEME>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "deputy-workforce-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hyperdrift-io/deputy-workforce-mcp"
      ],
      "env": {
        "DEPUTY_MODE": "<YOUR_DEPUTY_MODE>",
        "DEPUTY_BASE_URL": "<YOUR_DEPUTY_BASE_URL>",
        "DEPUTY_ACCESS_TOKEN": "<YOUR_DEPUTY_ACCESS_TOKEN>",
        "DEPUTY_AUTH_SCHEME": "<YOUR_DEPUTY_AUTH_SCHEME>"
      }
    }
  }
}
Claude Code
claude mcp add deputy-workforce-mcp --env DEPUTY_MODE=<YOUR_DEPUTY_MODE> --env DEPUTY_BASE_URL=<YOUR_DEPUTY_BASE_URL> --env DEPUTY_ACCESS_TOKEN=<YOUR_DEPUTY_ACCESS_TOKEN> --env DEPUTY_AUTH_SCHEME=<YOUR_DEPUTY_AUTH_SCHEME> -- npx -y @hyperdrift-io/deputy-workforce-mcp

Related MCP servers

A job-search companion: tailor your CV to a role, score fit, fix ATS issues. Also via MCP.

View repository →