← Index

ShiftZap Restaurant Scheduling

io.github.samueldesignsa/shiftzap·v1.0.1·Calendar & Time
Quality Score
89
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shiftzap": {
      "command": "npx",
      "args": [
        "-y",
        "@shiftzap/mcp-server"
      ],
      "env": {
        "SHIFTZAP_API_KEY": "<your-shiftzap_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shiftzap": {
      "command": "npx",
      "args": [
        "-y",
        "@shiftzap/mcp-server"
      ],
      "env": {
        "SHIFTZAP_API_KEY": "<your-shiftzap_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @shiftzap/mcp-server
§02  Environment variables
SHIFTZAP_API_KEY
requiredsecret

Your ShiftZap API key (starts with szk_live_)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time