MCP Hub
Back to servers

time-tracker-ai-mcp

Time Tracker Ai tools for AI agents. Capabilities: start timer, stop timer, get report. Built by MEOK AI Labs.

npm119/wk
Updated
May 4, 2026

Quick Install

npx -y time-tracker-ai-mcp

Time Tracker Ai

By MEOK AI Labs — Track work time with start/stop timers, log entries, and generate reports. By MEOK AI Labs.

Time Tracker AI — track work time, manage projects, and generate productivity reports. MEOK AI Labs.

Installation

pip install time-tracker-ai-mcp

Usage

# Run standalone
python server.py

# Or via MCP
mcp install time-tracker-ai-mcp

Tools

start_timer

Start a time tracking timer for a project. Optionally add a task description and comma-separated tags.

Parameters:

  • project (str)
  • task (str)
  • tags (str)

stop_timer

Stop the running timer and log the time entry. Optionally add notes.

Parameters:

  • notes (str)

get_report

Generate a time report. Optionally filter by project. Shows totals per project and per day.

Parameters:

  • project (str)
  • days (int)

list_entries

List recent time entries. Optionally filter by project. Returns up to limit entries (default 20).

Parameters:

  • project (str)
  • limit (int)

Authentication

Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.

Links

License

MIT — MEOK AI Labs

Reviews

No reviews yet

Sign in to write a review