Loading MCP server directory, please wait...
Manage restaurant employee scheduling, time-off, tips, and payroll via ShiftZap.
npx @getmcp/cli add io.github.samueldesignsa/shiftzapRequires Node.js 18+. Community-contributed server. Review source before installing.
SHIFTZAP_API_KEYYour ShiftZap API key (starts with szk_live_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.samueldesignsa/shiftzap": {
"command": "npx",
"args": [
"-y",
"@shiftzap/mcp-server"
],
"env": {
"SHIFTZAP_API_KEY": ""
}
}
}
}