ShiftZap Restaurant Scheduling for Claude Desktop
io.github.samueldesignsa/shiftzap
Manage restaurant employee scheduling, time-off, tips, and payroll via ShiftZap.
client:Claude Desktop
transport:stdio
runtime:npm
Install ShiftZap Restaurant Scheduling in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"shiftzap": {
"command": "npx",
"args": [
"-y",
"@shiftzap/mcp-server"
],
"env": {
"SHIFTZAP_API_KEY": "<SHIFTZAP_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs