Loading MCP server directory, please wait...
FreshBooks invoicing for Claude — invoices, clients, estimates, and payments
npx @getmcp/cli add io.github.chrischall/freshbooks-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FRESHBOOKS_CLIENT_IDOAuth client ID from my.freshbooks.com/#/developer
FRESHBOOKS_CLIENT_SECRETOAuth client secret
FRESHBOOKS_REFRESH_TOKENOAuth refresh token from the one-time bootstrap (rotates on every use)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/freshbooks-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/freshbooks-mcp"
],
"env": {
"FRESHBOOKS_CLIENT_ID": "",
"FRESHBOOKS_CLIENT_SECRET": "",
"FRESHBOOKS_REFRESH_TOKEN": "",
"FRESHBOOKS_REDIRECT_URI": "",
"FRESHBOOKS_TOKEN_STORE": ""
}
}
}
}