Connector guide1-minute read9 MCP toolsEN · DE · IT

FreshBooksをClaudeに接続する方法 — MCP経由

任意のAIエージェントからFreshBooks(請求書、クライアント、経費、時間入力、支払い)を管理します。9つのツール、OAuth2認証。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

MCP connector

FreshBooks

Manage FreshBooks (invoices, clients, expenses, time entries, payments) from any AI agent. 9 tools, OAuth2 auth.

Tools

9

Region

INTL

Category

Accounting

Authentication

OAuth 2.0

Required env vars

FRESHBOOKS_CLIENT_IDFRESHBOOKS_CLIENT_SECRETFRESHBOOKS_REFRESH_TOKENFRESHBOOKS_ACCOUNT_ID
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 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.

Start free trial

Summary

任意のAIエージェントからFreshBooks(請求書、クライアント、経費、時間入力、支払い)を管理します。9つのツール、OAuth2認証。

こう聞いてみよう

FreshBooks のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

FreshBooks · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要?cloud.anythingmcp.comを直接使用してください。 サインインし、Connectors → FreshBooksをクリックして、認証情報を貼り付け、MCP APIキーを作成 — 完了です。Dockerもgit cloneもローカルサーバーも不要です。

FreshBooks + Claude

任意のAIエージェントからFreshBooks(請求書、クライアント、経費、時間入力、支払い)を管理します。9つのツール、OAuth2認証。

前提条件

コネクタに組み込まれた完全なセットアップ手順を参照してください(コネクタを選択したときにアプリ内ストアに表示されます)。このコネクタに必要な環境変数は次のとおりです:

FRESHBOOKS_CLIENT_ID, FRESHBOOKS_CLIENT_SECRET, FRESHBOOKS_REFRESH_TOKEN, FRESHBOOKS_ACCOUNT_ID

ステップ 1 — 認証情報を取得

このコネクタはFreshBooks New API(api.freshbooks.com/accounting)をラップしています。

セットアップ — OAuth2リフレッシュフロー:

  1. https://my.freshbooks.com/#/developer に移動 → アプリを作成。リダイレクトURIをコールバックに設定します。
  2. 認証フローを実行します: 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
  3. https://api.freshbooks.com/auth/oauth/tokenでコードを交換してアクセストークンとリフレッシュトークンを取得します。

ステップ 2 — アダプタをインストール

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

ステップ 3 — Claudeにコネクタを追加

推奨パス — claude.ai webで動作し、設定ファイルを編集する必要はありません。

  1. **claude.ai/customize/connectors**を開きます。
  2. **"カスタムコネクタを追加"**をクリックします。
  3. 次の情報を入力します:
    • 名前: FreshBooks
    • URL: https://cloud.anythingmcp.com/mcp
    • 認証: ベアラートークン → あなたのMCP APIキーを貼り付けます(AnythingMCP → プロフィール → MCP APIキー → 新しいキー
  4. 接続をクリックして認証します。

以下のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。

利用可能なツール

ツール機能
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請求書に対して支払いを記録します

FAQ

Claude CodeとClaude Desktopの両方で動作しますか? はい — 両方ともhttps://cloud.anythingmcp.com/mcpを指します。

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Your FreshBooks agent is one click away.

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

関連ガイド