Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Harvest 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.
Summary
从任何 AI 代理管理 Harvest(时间跟踪、项目、客户、发票、费用)。10 个工具,带有账户 ID 头的 Bearer 认证。
试试这样问
Harvest 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不需要安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → Harvest,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
Harvest + ChatGPT
从任何 AI 代理管理 Harvest(时间跟踪、项目、客户、发票、费用)。10 个工具,带有账户 ID 头的 Bearer 认证。
前提条件
请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
HARVEST_ACCESS_TOKEN, HARVEST_ACCOUNT_ID
第一步 — 获取凭据
此连接器封装了 Harvest API v2 (api.harvestapp.com/v2)。
设置:
- 登录 https://id.getharvest.com → 左下角头像 → Developers → Create new personal access token。
- 复制同一页面上显示的 token 和 Account ID(一个 7 位数字,如
1234567)。 - 设置这两个变量:
HARVEST_ACCESS_TOKEN和HARVEST_ACCOUNT_ID。
认证:每个请求都需要同时提供:
Authorization: Bearer ${HARVEST_ACCESS_TOKEN}Harvest-Account-Id: ${HARVEST_ACCOUNT_ID}- 一个
User-Agent头(Harvest API 要求此项 — 适配器设置为AnythingMCP (support@anythingmcp.com))。
…(在应用内连接器说明中继续)
第二步 — 安装适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第三步 — 在 ChatGPT 中添加连接器
ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费层不支持自定义连接器。
- 打开 ChatGPT → Settings → Connectors(或点击创作器中的 🔧 图标 → Manage connectors)。
- 点击 "Add custom connector"。
- 填写:
- Name:
Harvest - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- 点击 Connect 进行授权。
可用工具
| 工具 | 功能 |
|---|---|
harvest_who_am_i | 返回当前认证用户的信息:id, first_name, last_name, email, is_admin, default_hourly_rate, weekly_capacity |
harvest_list_clients | 列出客户 |
harvest_list_projects | 列出项目 |
harvest_list_tasks | 列出任务模板(标准的 Harvest '任务' 类型:'编程'、'设计' 等) |
harvest_list_time_entries | 列出时间条目 |
harvest_create_time_entry | 在项目 + 任务上记录时间 |
harvest_update_time_entry | 更新现有时间条目的字段(备注、小时、项目、任务) |
harvest_stop_timer | 停止当前运行的时间条目计时器 |
harvest_list_invoices | 列出发票 |
harvest_list_expenses | 列出费用 |
常见问题
ChatGPT 免费层是否支持自定义 MCP 连接器? 不 — 需要 Plus、Pro、Team 或 Enterprise 计划。
下一步
这份指南对你有帮助吗?