Connector guide2-minute read7 MCP toolsEN · DE · IT

How to Connect Papershift to Cursor — via MCP

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

HCBy HelpCode teamUpdated 2 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

Papershift

Papershift

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

tools

7

Region

DE

Category

HR

Authentication

Query Param Auth

Required env vars

PAPERSHIFT_API_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Papershift in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

Try asking

Example prompts for Papershift

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

Papershift · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Papershift, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

Papershift + Cursor

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

PAPERSHIFT_API_TOKEN

Step 1 — Get credentials

Getting a token

  1. Sign in to Papershift as an administrator and open Einstellungen → API (Settings → API).
  2. Generate a public API token and copy it into PAPERSHIFT_API_TOKEN. The token is account-wide and carries administrator rights — anyone holding it can read the whole roster, so treat it as a password.

The token travels as a query parameter, not a header: Papershift's public API expects ?api_token=… on every request. AnythingMCP appends it automatically (QUERY_AUTH), so it never appears in a tool's parameters and never has to be pasted into a prompt.

…(continued in the in-app connector instructions)

Step 2 — Install the adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Add the connector in Cursor

Cursor reads MCP servers from ~/.cursor/mcp.json. Add this entry:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Get your MCP API key from AnythingMCP → Profile → MCP API Keys → New Key.
  2. Save the file and restart Cursor.
  3. Open Cursor → Settings → MCP to verify Papershift is listed and "Connected".
  4. Start chatting — all Papershift tools are now invokable.

Available tools

ToolWhat it does
papershift_list_usersList employees with their name, e-mail, employee number and the locations they belong to
papershift_get_userRead one employee by id: contact details, employment data, assigned locations and tags
papershift_list_locationsList the locations (Standorte) the account is organised into, with their address and working-area structure
papershift_list_shiftsRead the planned roster in a date range: who is scheduled where and when
papershift_list_working_sessionsRead actually worked time in a date range — clock-in and clock-out, breaks and the resulting duration
papershift_list_absencesRead absences (holiday, sickness, special leave) in a date range with their type and approval state, to explain gaps in the roster
papershift_list_working_areasList the working areas (Arbeitsbereiche) inside the locations — the roles a shift can be planned for, such as bar, kitchen or till

FAQ

Does Cursor support custom MCP servers on the free tier? Yes — MCP is available on Hobby, Pro and Business plans.

Next steps

Was this guide helpful?

Your Papershift agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Related guides