time tracking for Claude Desktop
io.github.theluckystrike/time-tracking
Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.
client:Claude Desktop
transport:streamable-http
runtime:mcpb
tools:14
Install time tracking in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"time-tracking": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zovo.one/mcp/time-tracking"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs