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.
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → FreshBooks をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
FreshBooks + Claude
Manage FreshBooks (invoices, clients, expenses, time entries, payments) from any AI agent. 9 tools, OAuth2 auth.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
FRESHBOOKS_CLIENT_ID, FRESHBOOKS_CLIENT_SECRET, FRESHBOOKS_REFRESH_TOKEN, FRESHBOOKS_ACCOUNT_ID
ステップ 1 — 認証情報を取得
This connector wraps the FreshBooks New API (api.freshbooks.com/accounting).
Setup — OAuth2 refresh flow:
- Go to https://my.freshbooks.com/#/developer → Create an App. Set redirect URI to your callback.
- Run the auth flow:
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. - Exchange the code at
https://api.freshbooks.com/auth/oauth/tokenfor access + refresh tokens. - …
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — Claude にコネクタを追加
推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。
- claude.ai/customize/connectors を開きます。
- "Add custom connector" をクリック。
- 入力:
- Name:
FreshBooks - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Connect をクリックして認可。
下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。
利用可能なツール
| Tool | What it does |
|---|---|
freshbooks_me | Return the authenticated user with business memberships and their account IDs |
freshbooks_list_clients | List clients in an account |
freshbooks_create_client | Create a client |
freshbooks_list_invoices | List invoices |
freshbooks_get_invoice | Get a single invoice with all lines + payments |
freshbooks_create_invoice | Create an invoice |
freshbooks_list_expenses | List expenses |
freshbooks_list_payments | List payments received against invoices |
freshbooks_record_payment | Record a payment against an invoice |
FAQ
Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。