Skip to content
Cursor

ShiftZap Restaurant Scheduling for Cursor

io.github.samueldesignsa/shiftzap

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

client:Cursor transport:stdio runtime:npm

Install ShiftZap Restaurant Scheduling in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shiftzap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shiftzap/mcp-server"
      ],
      "env": {
        "SHIFTZAP_API_KEY": "<SHIFTZAP_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ShiftZap Restaurant Scheduling in other clients