Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the FreshBooks 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 代理管理 FreshBooks(发票、客户、费用、时间条目、付款)。9 个工具,OAuth2 认证。
试试这样问
FreshBooks 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不需要安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → FreshBooks,粘贴你的凭据,生成一个 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
FreshBooks
从任何 AI 代理管理 FreshBooks(发票、客户、费用、时间条目、付款)。9 个工具,OAuth2 认证。
设置
此连接器封装了 FreshBooks 新 API (api.freshbooks.com/accounting)。
设置 — OAuth2 刷新流程:
- 转到 https://my.freshbooks.com/#/developer → 创建一个应用。将重定向 URI 设置为你的回调。
- 运行认证流程:
https://my.freshbooks.com/oauth/authorize?response_type=code&client_id=...&redirect_uri=...&scope=user:profile:read user:clients:read user:invoices:read user:invoices:write user:expenses:read user:time_entries:read user:payments:read user:payments:write。 - 在
https://api.freshbooks.com/auth/oauth/token处用代码交换访问令牌和刷新令牌。 - …
先决条件:FRESHBOOKS_CLIENT_ID,FRESHBOOKS_CLIENT_SECRET,FRESHBOOKS_REFRESH_TOKEN,FRESHBOOKS_ACCOUNT_ID
在本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 FreshBooks 并粘贴先决条件下列出的环境变量。
可用工具
| 工具 | 功能 |
|---|---|
freshbooks_me | 返回经过身份验证的用户及其商业会员和账户 ID |
freshbooks_list_clients | 列出账户中的客户 |
freshbooks_create_client | 创建一个客户 |
freshbooks_list_invoices | 列出发票 |
freshbooks_get_invoice | 获取单个发票及其所有行 + 付款 |
freshbooks_create_invoice | 创建一张发票 |
freshbooks_list_expenses | 列出费用 |
freshbooks_list_payments | 列出针对发票收到的付款 |
freshbooks_record_payment | 记录针对发票的付款 |
下一步
这份指南对你有帮助吗?