mcp-freshbooks
mcp-freshbooks
FreshBooks用のプロダクショングレードMCPサーバー — 請求書、顧客、経費、支払い、時間追跡、プロジェクト、見積書、財務レポート、およびスマートワークフローのための53個のツール。
特徴
53個のツール — FreshBooksの会計ワークフロー全体を網羅
スマートワークフローツール — 見積書の請求書変換、未請求時間の請求書作成、期限切れ顧客の検索、顧客サマリーの取得
5つの財務レポート — 損益計算書、税務サマリー、債権年齢調べ、貸借対照表、回収済み支払い
OAuth2認証 — 自動トークン更新機能付き
クリーンな出力 — 要約されたリスト、フォーマットされた詳細情報
プロダクショングレード — エラーハンドリングとレート制限への対応
ゼロコスト — FreshBooksの無料開発者プログラムを利用
Related MCP server: moxie-mcp
ツール
カテゴリ | ツール | 数 |
認証 |
| 3 |
請求書 |
| 6 |
定期請求 |
| 3 |
顧客 |
| 5 |
見積書 |
| 5 |
経費 |
| 5 |
支払い |
| 3 |
時間追跡 |
| 5 |
プロジェクト |
| 4 |
レポート |
| 5 |
アイテム |
| 2 |
カテゴリ |
| 1 |
税金 |
| 1 |
ワークフロー |
| 5 |
クイックスタート
1. インストール
pip install mcp-freshbooksまたはソースから:
git clone https://github.com/AlexlaGuardia/mcp-freshbooks.git
cd mcp-freshbooks
pip install .2. FreshBooks API認証情報の取得
開発者ポータルでOAuthアプリを作成
リダイレクトURIを
https://localhost:8555/callbackに設定クライアントIDとクライアントシークレットをコピー
3. 設定
export FRESHBOOKS_CLIENT_ID=your_client_id
export FRESHBOOKS_CLIENT_SECRET=your_client_secret
export FRESHBOOKS_REDIRECT_URI=https://localhost:8555/callback4. Claude Desktopへの追加
claude_desktop_config.json に追加:
{
"mcpServers": {
"freshbooks": {
"command": "mcp-freshbooks",
"env": {
"FRESHBOOKS_CLIENT_ID": "your_client_id",
"FRESHBOOKS_CLIENT_SECRET": "your_client_secret",
"FRESHBOOKS_REDIRECT_URI": "https://localhost:8555/callback"
}
}
}
}5. 認証
初回使用時に freshbooks_authenticate ツールを使用してください。ブラウザで開くためのURLが表示されます。認証後、トークンは ~/.mcp-freshbooks/tokens.json に保存され、自動的に更新されます。
使用例
誰が未払いかを確認する:
Use get_overdue_invoices to see all past-due clients and total outstanding提案書を請求書に変換する:
Use convert_estimate_to_invoice to turn estimate 456 into a ready-to-send invoice未請求の作業を見つける:
Use get_unbilled_time to find time entries not yet on any invoice収益性を確認する:
Get the profit and loss report for Q1 2026時間を追跡する:
Create a 2-hour time entry for project 789 with note "API integration work"アーキテクチャ
src/mcp_freshbooks/
├── server.py # MCP server with 47 tool definitions
├── client.py # FreshBooks API client (httpx async)
└── auth.py # OAuth2 flow + token persistenceこのサーバーは、クリーンなツール登録のためにFastMCPを備えた MCP Python SDK を使用しています。すべてのAPI呼び出しは、自動トークン更新機能を備えた非同期クライアントを介して行われます。
要件
Python 3.10以上
FreshBooksアカウント(開発用には無料トライアルで十分です)
FreshBooks OAuthアプリの認証情報
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceOfficial MCP server for Timebook (usetimebook.com) — time tracking, invoicing, and bookkeeping for freelancers and solo LLCs. Manage clients and projects, start/stop timers, and log, update, and delete time entries. Stdio via the @squidcode/timebook npm CLI; a hosted OAuth endpoint also exists at https://usetimebook.com/mcp.12952MIT
- FlicenseNot gradedqualityBmaintenanceA remote MCP server for the Moxie Public API, deployable to Cloudflare Workers. Exposes all 29 documented Moxie endpoints as MCP tools for managing clients, contacts, projects, tasks, invoices, payments, and more.
- FlicenseNot gradedqualityDmaintenanceComprehensive MCP server for Wave Accounting, providing 45+ tools across invoicing, customers, products, transactions, bills, estimates, taxes, and financial reporting, plus 17 pre-built UI workflows.4
- FlicenseNot gradedqualityAmaintenanceAn MCP server that connects Claude to FreshBooks, enabling reading and management of invoices, clients, expenses, projects, and time entries via natural language.1
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexlaGuardia/MCP-Freshbooks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server