Getting started
AI Time Tracker - Quick Start Guide
🚀 Quick Setup (5 Minutes)
Step 1: Install & Launch
- Download and install AI Time Tracker
- Launch the application
- Grant two permissions when prompted:
- ✅ Accessibility (tracks apps/windows)
- ✅ Screen Recording (for OCR features)
Step 2: Optional - Connect TimeCamp
- Get API token from TimeCamp → Settings → Integration → API
- Enter token in TimeCamp Timesheet plugin
- Done! Your entries will sync automatically
Step 3: Start Tracking
- The app tracks automatically in the background
- Use AI button (✨) to auto-fill gaps and get suggestions
- Edit entries with keyboard shortcuts (see below)
⌨️ Essential Keyboard Shortcuts
| Key | Action |
|---|---|
| e | Edit entry (hover or global) |
| r | Remove entry |
| n | Start new timer |
| s | Stop timer |
| t | Add entry for Today |
| Enter | Save in editor |
| Shift+Enter | New line in notes |
🤖 AI Features
What AI Can Do
- ✅ Suggest tasks based on your activities
- ✅ Generate descriptions from screen content
- ✅ Auto-fill gaps in your timesheet
- ✅ Learn from corrections to improve over time
How to Use
- Click the ✨ AI button (bottom left) to auto-fill tracked gaps
- Click ✨ on any entry to get AI task/description suggestions
- Review and accept or edit as needed
- Correct mistakes - AI learns from your changes!
⚠️ Daily Limits
- Free tier has daily AI usage limits
- If you hit the limit: "You've reached your daily AI limit"
- Solution: Manual entry still works; AI resumes tomorrow
📋 Main Features
Automatic Tracking
- ✅ Tracks all applications you use
- ✅ Records window titles
- ✅ Monitors active time
- ✅ Works in background automatically
TimeCamp Integration
- ✅ Sync entries to TimeCamp
- ✅ Pull tasks/projects
- ✅ Real-time updates
- ✅ Conflict detection
Smart Features
- ✅ Auto-refresh (last 7 days every 3 min)
- ✅ Overlap/gap detection
- ✅ Compact mode (tiny window)
- ✅ Keyboard-first workflow
⚙️ System Requirements
Required Permissions (macOS)
- Accessibility → System Settings → Privacy → Accessibility
- Screen Recording → System Settings → Privacy → Screen Recording
Storage
- Database:
~/.timecamp/timecamp.db - Minimal disk space (~10-100MB typical)
Internet
- ✅ Required for AI features
- ✅ Required for TimeCamp sync
- ❌ Not required for tracking (works offline)
🔧 Troubleshooting
| Problem | Solution |
|---|---|
| Not tracking | Check both permissions in System Settings |
| AI not working | Check daily limit; wait until tomorrow |
| Sync issues | Verify API token; check internet |
| High CPU usage | Disable OCR if not needed |
📚 MCP Server (For AI Assistants)
What It Does
Allows AI assistants (Claude, Cline) to access your activity data.
Quick Setup
# Install
npx -y ai-time-tracker-mcp
# Add to AI assistant config:
"ai-time-tracker-mcp": {
"command": "npx",
"args": ["-y", "ai-time-tracker-mcp"]
}Use Cases
- "What did I work on yesterday?"
- "How much time in VS Code this week?"
- "Show activities related to Project X"
💡 Pro Tips
- Keep app running - Add to login items for auto-start
- Use meaningful window titles - Rename browser tabs for better AI
- Review suggestions - Correct mistakes to improve AI
- Organize projects - Clear structure in TimeCamp = better AI
- Be patient - AI gets better over time
📖 Full Documentation
For complete details, see: AI Time Tracker Complete Guide
🆘 Need Help?
- Check logs:
~/.timecamp/mcp.log(MCP server) - Review docs:
/docs/folder - GitHub Issues: Check existing issues or create new one
Quick Start Guide - Last Updated: January 2025