mcpbeat Sign in

Freshbooks MCP Server

local only

Freshbooks MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 299 installs a week from npm. Last commit 18 Sep 2026.

FreshBooks invoicing for Claude — invoices, clients, estimates, and payments

Installs per day peak 555 · avg 50 · +28% w/w
a month agotoday
299
Installs / week
npm · @chrischall/freshbooks-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Freshbooks MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add freshbooks-mcp -- npx -y @chrischall/freshbooks-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "freshbooks-mcp": {
      "args": [
        "-y",
        "@chrischall/freshbooks-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.freshbooks-mcp]
command = "npx"
args = ["-y", "@chrischall/freshbooks-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "freshbooks-mcp": {
      "args": [
        "-y",
        "@chrischall/freshbooks-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "freshbooks-mcp": {
      "args": [
        "-y",
        "@chrischall/freshbooks-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FRESHBOOKS_CLIENT_ID (OAuth client ID from my.freshbooks.com/#/developer), FRESHBOOKS_CLIENT_SECRET (OAuth client secret), FRESHBOOKS_REFRESH_TOKEN (OAuth refresh token from the one-time bootstrap (rotates on every use)), FRESHBOOKS_REDIRECT_URI (Registered redirect URI; required on refresh calls too (default https://localhost/callback)), FRESHBOOKS_TOKEN_STORE (Path for the rotating-refresh-token store (default ~/.freshbooks-mcp/session.json)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Freshbooks MCP

same job, measured the same way
Bperezpereira
by bperezpereira

Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.

answering
Tallied
by withtallied

Log hours and invoice clients from your AI chat. Time tracking and invoicing for freelancers.

answering
Honeybook MCP
by chrischall

HoneyBook client-portal MCP — vendor contracts, invoices, messages, meetings and payments

570 installs/wk local only
EZ@Work
by eranfinish

Manage clients, projects, time, and invoices in EZ@Work — business management for freelancers.

answering
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
Lumabill
by lumabill

Swiss invoicing and bookkeeping: QR-invoices, clients, expenses, bank import, VAT and reports.

answering
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only

Freshbooks MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Freshbooks MCP?
Freshbooks MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @chrischall/freshbooks-mcp was installed 299 times last week.
How do I connect Freshbooks MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @chrischall/freshbooks-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Freshbooks MCP?
The npm package @chrischall/freshbooks-mcp was installed 299 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Freshbooks MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.