Hosted version is available at: https://my-mcp-server.timecamp-s-a.workers.dev
Hosted version is available at: https://my-mcp-server.timecamp-s-a.workers.dev. That is what the timecamp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 5 tools. What each one is for:
add_timecamp_time_entry — Create a new time entry with start time, end time, note, and optional taskget_timecamp_time_entries — Retrieve time entries for a specified date rangeget_timecamp_tasks — Fetch all available TimeCamp projects and tasksdelete_timecamp_time_entry — Delete a specific time entry by IDupdate_timecamp_time_entry — Update an existing time entry (time, note, or task assignment)Configuration is passed through the environment: AUTH_HEADER. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Timecamp's toolset — add_timecamp_time_entry, get_timecamp_time_entries, get_timecamp_tasks and 2 more — is a fair guide to whether it matches your workflow. It is maintained by timecamp-org; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| add_timecamp_time_entry | Create a new time entry with start time, end time, note, and optional task |
| get_timecamp_time_entries | Retrieve time entries for a specified date range |
| get_timecamp_tasks | Fetch all available TimeCamp projects and tasks |
| delete_timecamp_time_entry | Delete a specific time entry by ID |
| update_timecamp_time_entry | Update an existing time entry (time, note, or task assignment) |
{
"mcpServers": {
"timecamp": {
"command": "npx",
"args": ["-y", "mcp-remote"],
"env": {
"AUTH_HEADER": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| AUTH_HEADER | Configuration value read at startup. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.