Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Work Tracker

FreeNot checked

MCP server that tracks what you are working on. Logs are stored locally as one markdown file per day on your Desktop.

GitHubEmbed

About

MCP server that tracks what you are working on. Logs are stored locally as one markdown file per day on your Desktop.

README

MCP server that tracks what you are working on. Logs are stored locally as one markdown file per day on your Desktop.

Works with Cursor and Claude Code.

Quick install

git clone https://github.com/venkatd-media/work-tracker-mcp.git ~/Projects/work-tracker-mcp
cd ~/Projects/work-tracker-mcp
./scripts/install.sh

The install script will:

  • Build the MCP server
  • Register it in Claude Code (user scope, all projects)
  • Register it in Cursor (~/.cursor/mcp.json)
  • Append work-tracking instructions to ~/.claude/CLAUDE.md and ~/.cursor/AGENTS.md

Then reload MCP in Cursor and start a new Claude Code session.

Storage

Default folder: ~/Desktop/work-tracker/

Each day gets a file like 2026-07-06.md:

# 2026-07-06

## Focus
Building the work-tracker MCP server

## Project
/Users/venkat.c/Projects/work-tracker-mcp

## Log
- 21:30 — Started scaffolding
- 21:45 — Switched to daily Desktop files

Override the folder with WORK_TRACKER_DIR.

Concurrent writes from Cursor and Claude Code are safe: each day file is updated under an exclusive lock with atomic replace, so overlapping sessions cannot lose log entries.

Claude Code

One-command setup (recommended)

./scripts/install.sh

Manual setup

npm install
npm run build
claude mcp add --scope user work-tracker -- node /absolute/path/to/work-tracker-mcp/dist/index.js

Use --scope user so the server is available in every project, not just this repo.

Import from this repo

If you open this repository in Claude Code, .mcp.json is included. Set the repo path first:

export WORK_TRACKER_MCP_ROOT=~/Projects/work-tracker-mcp

Then approve the work-tracker server when prompted.

Cursor

One-command setup

./scripts/install.sh

Manual setup

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "work-tracker": {
      "command": "node",
      "args": ["/absolute/path/to/work-tracker-mcp/dist/index.js"]
    }
  }
}

For automatic tracking in every workspace, also keep the work-tracking section in ~/.cursor/AGENTS.md (the install script adds it).

Tools

Tool Description
get_current_work Read today's focus and log
set_focus Set what you are working on
log_progress Append a timestamped note
read_day Read a specific day's file
list_days List available day files

Requirements

  • Node.js 20+
  • Cursor and/or Claude Code with MCP support

from github.com/venkatd-media/work-tracker-mcp

Install Work Tracker in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install work-tracker-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add work-tracker-mcp -- npx -y github:venkatd-media/work-tracker-mcp

FAQ

Is Work Tracker MCP free?

Yes, Work Tracker MCP is free — one-click install via Unyly at no cost.

Does Work Tracker need an API key?

No, Work Tracker runs without API keys or environment variables.

Is Work Tracker hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Work Tracker in Claude Desktop, Claude Code or Cursor?

Open Work Tracker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Work Tracker with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs