Track billable time from your AI chat: timers, entries, reports, CSV export. All data stays local.
claude mcp add time-tracker-timesheet-billable-hours --transport http https://mcp.zovo.one/mcp/time-tracker
~/.cursor/mcp.json
{
"mcpServers": {
"time-tracker-timesheet-billable-hours": {
"url": "https://mcp.zovo.one/mcp/time-tracker"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"time-tracker-timesheet-billable-hours": {
"serverUrl": "https://mcp.zovo.one/mcp/time-tracker"
}
}
}
.vscode/mcp.json
{
"servers": {
"time-tracker-timesheet-billable-hours": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/time-tracker"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"time-tracker-timesheet-billable-hours": {
"url": "https://mcp.zovo.one/mcp/time-tracker"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"time-tracker-timesheet-billable-hours": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zovo.one/mcp/time-tracker"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.zovo.one/mcp/time-tracker |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theluckystrike--time-tracker-timesheet-billable-hours/reviews or the review_server meta-tool.
POST /mcp