サーバー

Timebook
@squidcode
Time tracking, invoicing, and lightweight bookkeeping for solo LLCs and freelancers. Ships with an MCP server so Claude, Cursor, or any MCP-speaking agent can start/stop timers, log time, list projects, and review entries directly — no browser tab. Available as the @squidcode/tim
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"timebook": {
"command": "npx",
"args": [
"-y",
"@squidcode/timebook",
"mcp"
]
}
}
}