Catalog
io.github.samueldesignsa/shiftzap
OfficialShiftZap Restaurant Scheduling
Manage restaurant employee scheduling, time-off, tips, and payroll via ShiftZap.
Manages restaurant employee scheduling, time-off requests, tips, and payroll operations.
README not available yet.
Install
Configuration
Environment variables
SHIFTZAP_API_KEYrequiredsecretYour ShiftZap API key (starts with szk_live_)
claude_desktop_config.json
{
"mcpServers": {
"shiftzap": {
"command": "npx",
"args": [
"-y",
"@shiftzap/mcp-server@1.0.1"
],
"env": {
"SHIFTZAP_API_KEY": "<YOUR_SHIFTZAP_API_KEY>"
}
}
}
}