Home › Productivity › Timebook
Timebook
Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.
Topics: Workplace & Productivity
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://usetimebook.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http timebook-cli https://usetimebook.com/mcp
Or add to your MCP client config:
{
"mcpServers": {
"timebook-cli": {
"url": "https://usetimebook.com/mcp"
}
}
}
Package (npm 0.6.0)
npx -y @squidcode/timebook@0.6.0
Or add to your MCP client config:
{
"mcpServers": {
"timebook-cli": {
"command": "npx",
"args": [
"-y",
"@squidcode/timebook@0.6.0"
],
"env": {
"TIMEBOOK_API_URL": "<YOUR_VALUE>",
"TIMEBOOK_WEB_URL": "<YOUR_VALUE>"
}
}
}
}
TIMEBOOK_API_URL— Override the Timebook API base URL. Defaults to https://usetimebook.com.TIMEBOOK_WEB_URL— Override the Timebook web URL used during `timebook login`. Defaults to https://usetimebook.com.
This server takes extra arguments — see its repository.
Related servers
google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets…
crosspaste-desktop
Open-source cross-device clipboard manager with a built-in MCP server. Search and retrieve clipboard history synced across all your…
boss-agent-cli
BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking,…
mcp-gsuite
Integration with gmail and Google Calendar.
mcp-odoo
Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)
Workopia — Job Search
Search 6.3M+ live jobs from companies' own career pages, plus resume tailoring & cover letters.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry