← Back to Plugins
MCP Server MCP

ShiftZap Restaurant Scheduling

github By github 👁 1 views ▲ 0 votes

Manage restaurant employee scheduling, time-off, tips, and payroll via ShiftZap.

Homepage Verified source GitHub

Install

npx -y @shiftzap/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@shiftzap/mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ShiftZap API key (starts with szk_live_)",
          "isRequired": true,
          "isSecret": true,
          "name": "SHIFTZAP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...