No install? Use cloud.anythingmcp.com directly.
Sign in, install the FreshBooks in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
从任何 AI 代理管理 FreshBooks(发票、客户、费用、时间条目、付款)。9 个工具,OAuth2 认证。
💡 无需安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → FreshBooks,粘贴您的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
FreshBooks + Gemini
从任何 AI 代理管理 FreshBooks(发票、客户、费用、时间条目、付款)。9 个工具,OAuth2 认证。
先决条件
请查看连接器中包含的完整设置说明(在您选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
FRESHBOOKS_CLIENT_ID, FRESHBOOKS_CLIENT_SECRET, FRESHBOOKS_REFRESH_TOKEN, FRESHBOOKS_ACCOUNT_ID
第一步 — 获取凭据
此连接器封装了 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处用代码交换访问令牌和刷新令牌。 - …
第二步 — 安装适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第三步 — 在 Claude 中添加连接器
推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。
- 打开 claude.ai/customize/connectors。
- 点击 "添加自定义连接器"。
- 填写:
- 名称:
FreshBooks - URL:
https://cloud.anythingmcp.com/mcp - 认证: Bearer token → 粘贴您的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key)
- 名称:
- 点击 连接 以授权。
所有工具将出现在您的聊天中 — 开始输入提示。
可用工具
| 工具 | 功能 |
|---|---|
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 | 记录针对发票的付款 |
常见问题
它是否适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp。
下一步
这份指南对您有帮助吗?