Skip to content
Cursor

freshbooks mcp for Cursor

io.github.chrischall/freshbooks-mcp

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

client:Cursor transport:stdio runtime:npm

Install freshbooks mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "freshbooks-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/freshbooks-mcp"
      ],
      "env": {
        "FRESHBOOKS_CLIENT_ID": "<FRESHBOOKS_CLIENT_ID>",
        "FRESHBOOKS_CLIENT_SECRET": "<FRESHBOOKS_CLIENT_SECRET>",
        "FRESHBOOKS_REFRESH_TOKEN": "<FRESHBOOKS_REFRESH_TOKEN>",
        "FRESHBOOKS_REDIRECT_URI": "<FRESHBOOKS_REDIRECT_URI>",
        "FRESHBOOKS_TOKEN_STORE": "<FRESHBOOKS_TOKEN_STORE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

freshbooks mcp in other clients