mcpbeat

Shiftyasan Shift Scheduling MCP Server

by shiftyasan
local only

Shiftyasan Shift Scheduling runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Aug 2026.

Generate optimized work shift schedules from staffing demand, availability and fairness rules.

Installs / week
npm · @shiftyasan/mcp-server
0
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @shiftyasan/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@shiftyasan/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@shiftyasan/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@shiftyasan/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@shiftyasan/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Shiftyasan Shift Scheduling

same job, measured the same way
Deputy Workforce MCP
by hyperdrift-io

Read-only Deputy coverage, workload, timesheet, availability, and staffing signals.

183 installs/wk local only
C
Whenna
by whenna

Group scheduling: create a plan link, mark availability, get best times, lock the final time.

7 tools answering
Coordinalo — Service Business Operations
by coordinalo

Scheduling, availability, clients, billing and CRM for appointment-based services.

112 tools answering
KARVE Booking
by karve

Live KARVE Pilates class schedule and availability in Jeddah, with booking links. Read-only.

4 tools answering
MCP Server Cal
by aiwerk

Cal.com scheduling MCP server: manage bookings, event types, and availability.

80 installs/wk local only
Sidearm
by ebadros

Protect media from AI training, detect AI-generated content, and find stolen work.

704 installs/wk local only
Pm 33
by pm-33

AI-powered product management: backlog optimization, scheduling, forecasting, and PRD generation.

answering
Seerxo
by semihbugrasezer

Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.

118 installs/wk 5 tools answering

Shiftyasan Shift Scheduling — questions

Answers built from our own checks of this server.

Why is there no uptime for Shiftyasan Shift Scheduling?
Shiftyasan Shift Scheduling runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @shiftyasan/mcp-server.
How do I connect Shiftyasan Shift Scheduling?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @shiftyasan/mcp-server straight from npm; nothing to host, nothing to sign up for.
Is Shiftyasan Shift Scheduling open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.