Token导航 LogoToken导航TokenDH.com
TimeCamp MCP logo
办公协作stdio官方级别未说明来源级核验

TimeCamp MCP

MCP Server

mcp-remote

TimeCamp MCP Server是一个用于管理TimeCamp时间条目的服务,提供创建、获取、更新和删除时间条目的功能,适用于个人和团队的时间跟踪需求。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
时间管理云服务TypeScriptClaude任务跟踪Claude DesktopClaudeCursor

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

timecamp-org

提供方

timecamp-org

最后核验

2026/5/17 20:22

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx mcp-remote http://localhost:8787/sse --header "Authorization: Bearer <api_token>"

详细介绍

TimeCamp MCP服务器

  • 为什么TS不是Python?官方客户,更多材料,支持Cloudflare员工。
  • 为什么是托管的,而不仅仅是本地的?更易于使用,用户不需要安装它。
  • 为什么选择Cloudflare Workers?便宜又容易。

托管版本可在以下网址获得:https://my-mcp-server.timecamp-s-a.workers.dev

此MCP服务器为TimeCamp集成提供了以下工具:

  • add_timecamp_time_entry -创建一个新的时间条目,包括开始时间、结束时间、注释和可选任务
  • get_timecamp_time_entrys -检索指定日期范围内的时间条目
  • get_timecamp_任务 -获取所有可用的TimeCamp项目和任务
  • 删除timecamp_time_entry -按ID删除特定时间条目
  • update_timecamp_time_entry -更新现有的时间条目(时间、注释或任务分配)

示例提示

Create Timecamp time entries based on these tasks I did. 
I write tasks by putting -HH:MM, which is the end time for the task, so each time entry should take from end end time of previous entry.
Try to match timecamp task, so first you have to fetch my timecamp tasks.
Note should be single sentence in English with 3-12 words.
Ignore "[minutes:: ...]" as this is estimate.

- [x] -9:43 emails & org [completion:: 2025-06-21]
- [x] -12:10 #tech new version of reports [[(project) XYZ]] [completion:: 2025-06-21]
- [x] -12:58 (evening) Buy shoes + relax [completion:: 2025-06-21] 
- [x] -14:30 relax [completion:: 2025-06-21]
- [x] -15:30 #tech Notifications still not working for one more person from our group [completion:: 2025-06-21]
- [x] -15:40 I don't remember [completion:: 2025-06-21] 
- [x] -17:09 #tech Client - database connection problem [[(process) Technical support]] [minutes:: 15] [completion:: 2025-06-21]
- [x] -17:35 break [completion:: 2025-06-21]
- [x] -19:17 #tech Client [[(project) Client]] [[(process) Technical support]] [minutes:: 10] [completion:: 2025-06-21]	- - [x] -19:21 (evening) Fill timesheet [completion:: 2025-06-21]

设置并运行

本地

pnpm start

部署

pnpm dlx wrangler@latest deploy
pnpm dlx wrangler@latest tail

测试

npx mcp-remote http://localhost:8787/sse --header "Authorization: Bearer "
npx mcp-remote https://my-mcp-server.timecamp-s-a.workers.dev/sse --header "Authorization: Bearer "
pnpm dlx @modelcontextprotocol/inspector@latest

将Claude Desktop连接到您的MCP服务器

您还可以使用以下命令从本地MCP客户端连接到远程MCP服务器 mcp远程代理.

要从Claude Desktop连接到MCP服务器,请按照以下步骤操作 Anthropic的快速入门 在Claude Desktop中,转到“设置”>“开发人员”>“编辑配置”。

使用此配置进行更新:

{
  "mcpServers": {
    "timecamp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://my-mcp-server.timecamp-s-a.workers.dev/sse", // or http://localhost:8787/sse
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer "
      }
    },
    "timecamp_url": { // if MCP client supports url
      "url": "https://my-mcp-server.timecamp-s-a.workers.dev/sse",
      "headers": {
        "Authorization": "Bearer ...."
      }
    },
  }
}

重新启动Claude,您应该会看到工具可用。

如果您有MacOS Claude Desktop-“服务器传输意外关闭”,请参阅https://github.com/modelcontextprotocol/servers/issues/1748#issuecomment-2896004925.

尚未实施

  • Oauth授权(https://github.com/huanshenyi/mcp-server-bearer-auth/tree/main)
  • 在修复Cloudflare工作人员不使用接收到的授权标头的问题后,MCP在Cursor中使用URL时出现问题

目录标签

目录标签

时间管理云服务TypeScriptClaude任务跟踪本地部署团队协作自动化

支持客户端

Claude DesktopClaudeCursor

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

oauth

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

mcp-remote

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiooauth部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP