
Timebook
@squidcode
关于 Timebook
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"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Timebook?
Timebook is a time tracking, invoicing, and lightweight bookkeeping tool built for solo LLCs and freelancers. It ships with an MCP server so AI agents (Claude Code, Cursor, Claude.ai, or any MCP-speaking client) can manage your time directly from your workflow.
How to use Timebook?
Install via stdio by adding a JSON config to your MCP client and running npx @squidcode/timebook login once to authenticate. For remote use (e.g., Claude.ai web), add the endpoint https://usetimebook.com/mcp as a connector; OAuth 2.0 handles authorization with a consent screen.
Key features of Timebook
- Start and stop timers on any project
- Log a discrete time entry with a duration
- List clients, projects, and active timers
- Query recent entries with filters
- Inspect, update, or delete a specific entry
Use cases of Timebook
- Freelancer asks an AI agent to log 45 minutes on a client project
- Solo LLC owner starts a timer from within an IDE without opening a browser tab
- Agent automatically records time based on task context and wraps up when done
- User queries all recent entries to review billable hours for the week
FAQ from Timebook
How does Timebook differ from traditional time trackers?
Existing trackers assume a human flipping a switch in a browser tab. Timebook flips it around: your AI logs the time, so you stay in flow.
What transports does the MCP server support?
Stdio for desktop clients (Claude Desktop, Cursor, Claude Code, Continue) and Streamable-HTTP with full OAuth 2.0 for remote use like Claude.ai web.
Where is the authentication token stored?
After running the login command, a scoped token is written to a local config file with mode 0600. No token paste is required.
What runtime or dependencies are needed?
The server runs via npx (Node.js) for stdio mode. No other external dependencies are mentioned.
Who is Timebook built for?
Solo LLCs and freelancers. One price with no tiers, no per-seat fees, and no upsells.
开发工具 分类下的更多 MCP 服务器
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
评论