freshbooks-mcp

chrischall/freshbooks-mcp
★ 0 stars TypeScript AI/LLM Updated 6d ago
FreshBooks MCP server for Claude — invoices, clients, estimates, and payments via the FreshBooks OAuth2 API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freshbooks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/freshbooks-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for [FreshBooks](https://www.freshbooks.com) — invoices, clients, estimates and payments, exposed to Claude as typed tools. > This project was developed and is maintained by AI (Claude Code). Use at your own discretion. ```sh npm install -g @chrischall/freshbooks-mcp ``` FreshBooks is **OAuth2 only** — there is no API key and no personal access token, so a

Tools (16)

freshbooks_accept_estimatefreshbooks_create_clientfreshbooks_create_expensefreshbooks_create_invoicefreshbooks_create_projectfreshbooks_create_time_entryfreshbooks_decline_estimatefreshbooks_get_identityfreshbooks_healthcheckfreshbooks_list_expense_categoriesfreshbooks_list_servicesfreshbooks_list_time_entriesfreshbooks_record_paymentfreshbooks_send_estimatefreshbooks_update_estimatefreshbooks_update_invoice