Connector guide1-minute read9 MCP toolsEN · DE · IT

如何通过 MCP 将 Toggl Track 连接到 ChatGPT

从任何 AI 代理管理 Toggl Track(时间条目、项目、客户、标签、工作区)。9 个工具,使用 API 令牌的基本身份验证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

Toggl Track

MCP connector

Toggl Track

Manage Toggl Track (time entries, projects, clients, tags, workspaces) from any AI agent. 9 tools, basic-auth with API token.

Tools

9

Region

INTL

Category

Time Tracking

Authentication

Basic Auth

Required env vars

TOGGL_API_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Toggl Track in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

从任何 AI 代理管理 Toggl Track(时间条目、项目、客户、标签、工作区)。9 个工具,使用 API 令牌的基本身份验证。

试试这样问

Toggl Track 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Toggl Track · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Toggl Track,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Toggl Track + ChatGPT

从任何 AI 代理管理 Toggl Track(时间条目、项目、客户、标签、工作区)。9 个工具,使用 API 令牌的基本身份验证。

前提条件

请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

TOGGL_API_TOKEN

第一步 — 获取凭据

此连接器封装了 Toggl Track API v9 (api.track.toggl.com/api/v9)。

设置

  1. 登录 https://track.toggl.com → 左下角头像 → 个人资料设置 → 滚动到 API 令牌 → 显示/复制。
  2. 设置 TOGGL_API_TOKEN

身份验证:HTTP Basic,使用 API 令牌作为用户名,字面字符串 api_token 作为密码: Authorization: Basic base64(TOKEN:api_token) 适配器通过 BASIC_AUTH 自动设置此项(用户名=token,密码=api_token)。请勿传递真实用户/密码 — Toggl 仅接受令牌对。

…(在应用内连接器说明中继续)

第二步 — 安装适配器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第三步 — 在 ChatGPT 中添加连接器

ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费层不支持自定义连接器。

  1. 打开 ChatGPT → 设置 → Connectors(或点击创作器中的 🔧 图标 → 管理连接器)。
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: Toggl Track
    • MCP 服务器 URL: https://cloud.anythingmcp.com/mcp
    • 身份验证: Bearer 令牌 → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 以授权。

可用工具

工具功能
toggl_track_me获取经过身份验证的用户,包括默认工作区 ID、所有工作区、默认项目/标签
toggl_track_list_workspaces列出用户所属的工作区
toggl_track_list_clients列出工作区中的客户
toggl_track_list_projects列出工作区中的项目
toggl_track_get_current_entry返回当前正在运行的时间条目(如果有),否则为 null
toggl_track_list_time_entries列出当前用户的时间条目
toggl_track_create_time_entry创建新的时间条目
toggl_track_stop_time_entry停止正在运行的时间条目
toggl_track_delete_time_entry永久删除时间条目

常见问题

ChatGPT 免费层是否支持自定义 MCP 连接器? 不 — 需要 Plus、Pro、Team 或 Enterprise。

下一步

这份指南对你有帮助吗?

Ready to ship

Your Toggl agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

相关指南