time-tracker-ai-mcp
v1.0.0
Published
Time Tracker Ai tools for AI agents. Capabilities: start timer, stop timer, get report. Built by MEOK AI Labs.
Downloads
129
Maintainers
Readme
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-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install time-tracker-ai-mcpTools
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
- Website: meok.ai
- GitHub: CSOAI-ORG/time-tracker-ai-mcp
- PyPI: pypi.org/project/time-tracker-ai-mcp
License
MIT — MEOK AI Labs
