The tools are shaped around the thing everyone puts off: paste the list of what you did, have each line matched to a real TimeCamp task, and write the entries in. Reading and editing what is already there means you can fix Tuesday rather than starting the week again.
A hosted server over the TimeCamp API that creates, reads, edits and deletes time entries, and lists the projects and tasks they attach to.
- Time entries created with start time, end time, note and an optional task
- Existing entries pulled back for any date range
- The full list of TimeCamp projects and tasks, so entries land on the right one
- An entry's time, note or task assignment updated in place
- Entries deleted by ID
A TimeCamp API token, sent as a bearer token. The hosted instance runs at my-mcp-server.timecamp-s-a.workers.dev; clients without remote-server support connect through mcp-remote. Running your own copy means pnpm and a Cloudflare Workers deploy.
One command plus a key — npx mcp-remote https://my-mcp-server.timecamp-s-a.workers.dev/sse --header "Authorization: Bearer <api_token>", then supply credentials
