← Back to Plugins
MCP Server MCP

io.github.chrischall/freshbooks-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @chrischall/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@chrischall/freshbooks-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OAuth client ID from my.freshbooks.com/#/developer",
          "isRequired": true,
          "format": "string",
          "name": "FRESHBOOKS_CLIENT_ID"
        },
        {
          "description": "OAuth client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FRESHBOOKS_CLIENT_SECRET"
        },
        {
          "description": "OAuth refresh token from the one-time bootstrap (rotates on every use)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FRESHBOOKS_REFRESH_TOKEN"
        },
        {
          "description": "Registered redirect URI; required on refresh calls too (default https://localhost/callback)",
          "format": "string",
          "name": "FRESHBOOKS_REDIRECT_URI"
        },
        {
          "description": "Path for the rotating-refresh-token store (default ~/.freshbooks-mcp/session.json)",
          "format": "string",
          "name": "FRESHBOOKS_TOKEN_STORE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...