fortytimer-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fortytimer-mcpWhat's my current overtime balance?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fortyTimer MCP Server (read-only)
A thin MCP server that exposes the read-only API of a fortyTimer installation as tools for MCP clients (Claude Desktop, Claude Code and others). The server contains no business logic of its own – authorization, visibility scoping and data minimization are enforced exclusively by the fortyTimer installation the user connects to.
Requirements
A fortyTimer installation with the license module
api_readonly("fortyTimer API") included in its license.A personal API token, created in fortyTimer under Profile → Security → API tokens. The token is shown exactly once. It inherits the visibility of its owner's account (admin: all users, supervisor: own approver groups, employee: self only) and can never modify anything (GET only,
readability).Node.js ≥ 18 (bundled automatically when installed as a Claude Desktop extension).
Installation (Claude Desktop extension)
Install the packaged fortytimer-<version>.mcpb file via double-click or
Claude Desktop → Settings → Extensions. During installation you are asked
for two values:
Field | Value |
fortyTimer URL | Base URL of your installation, e.g. |
API token | Your personal token from fortyTimer → Profile → Security |
The token is stored in the operating system keychain, not in plain text.
Manual configuration (any MCP client)
{
"mcpServers": {
"fortytimer": {
"command": "node",
"args": ["/path/to/fortytimer-mcp/dist/index.js"],
"env": {
"FORTYTIMER_URL": "https://42.fortytimer.de",
"FORTYTIMER_TOKEN": "<token>"
}
}
}
}Building from source
npm install
npm run buildPackaging as a Claude Desktop extension:
npm prune --omit=dev
npx @anthropic-ai/mcpb pack . fortytimer-<version>.mcpb
npm installTools
Tool | Returns |
| Identity + visibility scope of the token owner |
| Flextime balance as of a date (default: yesterday) |
| Vacation account of a year (entitlement/carry-over/remaining/pending) |
| Work time entries of a date range incl. minute-exact totals |
| Project time bookings, filterable by project/billability |
| Leave requests by user/status/type/date range |
| Users within the visibility scope (for |
| Projects (for |
All tools are read-only (readOnlyHint). Date ranges are limited to 366 days
server-side, lists paginate with 50 entries per page (page parameter).
Durations are returned as exact integer minutes plus preformatted
hours:minutes strings. Free-text fields of sick-leave requests are never
returned by the API for data-protection reasons.
Testing without a client
npx @modelcontextprotocol/inspector node dist/index.js(Set the environment variables FORTYTIMER_URL / FORTYTIMER_TOKEN in the
Inspector UI under "Environment Variables".)
Privacy Policy
Full privacy policy: https://fortytimer.de/privacy-policy.md
Summary:
This MCP server stores no data whatsoever. It holds no databases, caches, log files or analytics.
All data flows exclusively between the user's own computer and the fortyTimer installation the user configured – there is no third-party service involved and no data is transmitted to the extension author.
The API token is provided by the user, kept by the MCP client (Claude Desktop stores it in the operating system keychain) and used solely as a
Bearerheader against the configured fortyTimer URL.Which personal data is visible is decided entirely by the connected fortyTimer installation: the token inherits the visibility of its owner's account, and fortyTimer suppresses special-category data (free texts of sick-leave requests) in every API response.
Data retention is governed by the connected fortyTimer installation (its operator is the data controller); the extension retains nothing.
Contact: info@fortytwo-consulting.de / https://fortytimer.de
Security
The token belongs in the local client configuration of the individual user – never commit or share it.
Token revocation: fortyTimer → Profile → Security → API tokens → Delete (effective immediately); token creation and deletion are recorded in the fortyTimer audit log as security events.
API rate limit: 60 requests per minute.
License
MIT – see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for Withings health data — sleep, activity, heart, and body metrics.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fortytimer/fortytimer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server