What is the Timebook MCP server?
Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.
How to install Timebook
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TIMEBOOK_API_URLOverride the Timebook API base URL. Defaults to https://usetimebook.com.
TIMEBOOK_WEB_URLOverride the Timebook web URL used during `timebook login`. Defaults to https://usetimebook.com.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"timebook": {
"command": "npx",
"args": [
"-y",
"@squidcode/timebook",
"mcp"
],
"env": {
"TIMEBOOK_API_URL": "<YOUR_TIMEBOOK_API_URL>",
"TIMEBOOK_WEB_URL": "<YOUR_TIMEBOOK_WEB_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"timebook": {
"command": "npx",
"args": [
"-y",
"@squidcode/timebook",
"mcp"
],
"env": {
"TIMEBOOK_API_URL": "<YOUR_TIMEBOOK_API_URL>",
"TIMEBOOK_WEB_URL": "<YOUR_TIMEBOOK_WEB_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"timebook": {
"command": "npx",
"args": [
"-y",
"@squidcode/timebook",
"mcp"
],
"env": {
"TIMEBOOK_API_URL": "<YOUR_TIMEBOOK_API_URL>",
"TIMEBOOK_WEB_URL": "<YOUR_TIMEBOOK_WEB_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"timebook": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@squidcode/timebook",
"mcp"
],
"env": {
"TIMEBOOK_API_URL": "<YOUR_TIMEBOOK_API_URL>",
"TIMEBOOK_WEB_URL": "<YOUR_TIMEBOOK_WEB_URL>"
}
}
}
}Claude Code
claude mcp add timebook --env TIMEBOOK_API_URL=<YOUR_TIMEBOOK_API_URL> --env TIMEBOOK_WEB_URL=<YOUR_TIMEBOOK_WEB_URL> -- npx -y @squidcode/timebook mcpRelated MCP servers
Read-only access to your CodeMouse accounts, repositories, and AI pull-request reviews.
View repository →Query US tap-water quality from the EPA's SDWIS records — by city, system, or contaminant.