MCP Server
MCP
io.github.chrischall/freshbooks-mcp
FreshBooks invoicing for Claude — invoices, clients, estimates, and payments
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
By
Comments
Sign in to leave a comment