WorkTracker MCP Server
Click 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., "@WorkTracker MCP Serverassign 2h to WCMS-2639 for JUMO project"
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.
WorkTracker – MCP-Server
Ein MCP-Server für WorkTracker, der die
lokale HTTP-API der App (127.0.0.1, Token-geschützt) als Tools bereitstellt.
MCP (Model Context Protocol) ist ein offener Standard — nicht an einen Anbieter gebunden. Derselbe Server funktioniert daher in jedem MCP-fähigen Agent: Claude Code, ChatGPT Desktop, Cursor, Codex CLI, Windsurf, Zed u. a. Damit kannst du überall natürlichsprachlich buchen:
„Buch mir von 14 bis 15:30 Figma-Arbeit für JUMO in WorkTracker." „Die Zeit von 12:30 bis 13 war Pause." „09–10 Uhr war das Jumo Daily, war ein Meeting."
Nachfolger des früheren Claude-Skills. Dieser MCP-Server deckt alles ab, was der einstige
worktracker-Claude-Skill konnte — in Claude Code bindest du ihn jetzt einfach als MCP-Server ein (siehe unten) statt als Skill.
Zwei Transports — ein Server
Transport | Wann | Wie der Client startet |
stdio (Default) | lokale Agents, die den Prozess selbst spawnen | Client ruft |
Streamable HTTP ( | URL-basierte Connectors (ChatGPT Desktop) |
|
Related MCP server: TimeCard MCP
Voraussetzungen
WorkTracker läuft und Einstellungen → API ist aktiviert (erzeugt Port + Token). Der Server liest beides bei jedem Aufruf automatisch aus der Config.
Python 3.10+.
API + MCP-Server hören ausschließlich auf 127.0.0.1.
Einrichtung (einmalig)
cd worktracker-mcp
./setup.sh # legt .venv an, installiert Abhängigkeiten, gibt die Pfade aussetup.sh druckt den absoluten python-Pfad und den server.py-Pfad, die du unten in
den Client-Configs einträgst.
Einbindung pro Client
In allen stdio-Beispielen
ABS= Ausgabe vonsetup.sh, alsocommand = <repo>/.venv/bin/python,args = [<repo>/server.py].
Claude Code (stdio)
claude mcp add worktracker -- /ABS/.venv/bin/python /ABS/server.pyoder in ~/.claude.json bzw. projektlokaler .mcp.json:
{
"mcpServers": {
"worktracker": {
"command": "/ABS/.venv/bin/python",
"args": ["/ABS/server.py"]
}
}
}Cursor / Windsurf / Zed (stdio)
~/.cursor/mcp.json (bzw. das jeweilige MCP-Config-File):
{
"mcpServers": {
"worktracker": {
"command": "/ABS/.venv/bin/python",
"args": ["/ABS/server.py"]
}
}
}Codex CLI (stdio)
In ~/.codex/config.toml:
[mcp_servers.worktracker]
command = "/ABS/.venv/bin/python"
args = ["/ABS/server.py"]ChatGPT Desktop (HTTP)
Server starten — Terminal offen lassen:
./run.sh # → http://127.0.0.1:8765/mcpChatGPT Desktop → Settings → Connectors → Developer Mode aktivieren → Custom Connector.
MCP Server URL:
http://127.0.0.1:8765/mcp· Authentication: None.Connector aktivieren, im Chat z. B.: „Buch mir 13:00–17:00 WCMS-2639 für JUMO-Website-CMS in WorkTracker."
Custom-MCP-Connector im Developer Mode setzt einen passenden ChatGPT-Plan voraus (Plus/Pro/Team). Ohne das: stdio-Variante über Codex CLI nutzen.
Tools
Tool | Zweck | API-Route |
| Erreichbarkeit + Version |
|
| gültige Projektnamen + Farben |
|
| Tag lesen (alle Segmente) |
|
| einen Zeitbereich setzen (ausschneiden + belegen) |
|
| ganzen Tag ersetzen |
|
| Tag auf Auto-Erfassung zurücksetzen |
|
Datenmodell
date:
YYYY-MM-DD(leer = heute)from/to:
"HH:MM"kind:
"work"(Standard) oder"break"(Pause)ticket: Ticket/Titel, z. B.
"WCMS-2155"oder"Figma Hero"project: exakter Name aus
list_projects(bringt die Farbe)meeting:
true→ als Meeting markiert; darf einproject(Kunde) tragen → abrechenbar
assign_time ist das Mittel der Wahl für punktuelle Buchungen. set_day nur, wenn der ganze
Tag neu aufgebaut wird. Zeiten möglichst auf 15-Min-Raster, außer du nennst exakte Werte.
Troubleshooting
„Keine Verbindung zu 127.0.0.1:8787" → WorkTracker läuft nicht oder API ist aus.
„Unauthorized" → App neu gestartet → neues Token; der Server liest es bei jedem Call frisch, ein Client-Reload genügt (kein Server-Neustart nötig).
stdio-Client findet den Server nicht → absolute Pfade aus
setup.shverwenden, nicht relative;pythonmuss der venv-Python sein.ChatGPT erreicht den Server nicht →
run.sh-Terminal offen? URL exakt…/mcp? Developer Mode an?
Lizenz
MIT
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 Servers
- Flicense-qualityCmaintenanceIntegrates with Clockify to manage time entries through natural language prompts, allowing users to register and track their work time directly via LLM conversations.26
- AlicenseAqualityDmaintenanceAn MCP server that automates TimeCard timesheet management using Playwright browser automation. It enables users to manage projects, activities, and daily hours entries through natural language interactions.63MIT

Timesheet MCP Serverofficial
AlicenseBqualityBmaintenanceEnables natural language control of the Timesheet API for timer management, task tracking, and project management through MCP tools.50311MIT- AlicenseCqualityAmaintenanceEnables interacting with Clockify time-tracking data through natural language, providing tools to manage workspaces, projects, time entries, reports, and more via the MCP protocol.481MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.
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/SkyTechNerds/worktracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server