Connector guide2-minute read7 MCP toolsEN · DE · IT

Papershift to MCP — Drive Papershift from any AI Agent

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

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

Setup

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)

Prerequisites: PAPERSHIFT_API_TOKEN

Install the connector locally

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

Open http://localhost:3000/connectors/store, pick Papershift and paste in the env vars listed under Prerequisites.

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

Next steps

Was this guide helpful?

Your Papershift agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Related guides