FreshBooks MCP Server
Used as the deployment platform for the MCP server, allowing it to run on Cloudflare's edge network.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FreshBooks MCP Serversend my Saturday invoices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FreshBooks MCP Server
Automate your FreshBooks invoicing and time tracking through Claude. This MCP server provides seamless integration with FreshBooks while using Xano as the authentication backend.
🚀 Features
Send Saturday Invoices - Automate your weekly billing with one command
List Invoices - View and filter invoices by status
Log Time Entries - Track billable hours directly from Claude
Revenue Reports - Get financial insights instantly
Secure Authentication - Uses your existing Xano account for auth
Related MCP server: inFakt MCP Server
🛠️ Setup
1. Get Your FreshBooks Account ID
Log into FreshBooks
Look at your URL:
https://my.freshbooks.com/#/accounting/<ACCOUNT_ID>/dashboardCopy the account ID
2. Configure the Server
Edit wrangler.jsonc:
{
"vars": {
"FRESHBOOKS_ACCOUNT_ID": "your-account-id-here"
}
}3. Deploy to Cloudflare
npm install
npx wrangler deploy4. Connect FreshBooks on mcp.snappy.ai
Visit mcp.snappy.ai
Go to Integrations
Click "Connect FreshBooks"
Complete OAuth flow
5. Add to Claude Desktop
Edit your Claude Desktop config:
{
"mcpServers": {
"freshbooks": {
"command": "npx",
"args": [
"mcp-remote",
"connect",
"wss://freshbooks-mcp-server.your-subdomain.workers.dev/mcp"
]
}
}
}📋 Available Tools
freshbooks_list_invoices
List all invoices with optional status filter
Parameters:
status(optional),page(optional)
freshbooks_send_saturday_invoices
Send all draft invoices (perfect for Saturday billing)
Parameters:
dry_run(default: true for preview)
freshbooks_log_time
Log billable hours for a client
Parameters:
client_name,hours,description,date(optional)
freshbooks_revenue_report
Get revenue summary for a date range
Parameters:
start_date(optional),end_date(optional)
debug_auth_status
Check connection status for both Xano and FreshBooks
🎯 Usage Examples
You: "Send my Saturday invoices"
Claude: [Shows preview of 3 draft invoices]
You: "Actually send them"
Claude: ✅ Sent 3 invoices totaling $4,250
You: "Log 2 hours for PVM project today"
Claude: ⏱️ Time entry created for PVM🏗️ Architecture
Authentication: Xano (existing user management)
API Integration: FreshBooks (stored in Xano user profile)
Deployment: Cloudflare Workers
OAuth Management: mcp.snappy.ai
🔒 Security
FreshBooks credentials stored securely in your Xano account
No direct OAuth in the MCP server
User-scoped access only
Tokens auto-refresh as needed
🤝 Contributing
This is part of the Snappy MCP ecosystem. Visit mcp.snappy.ai to learn more.
📝 License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Send invoices from Claude and ChatGPT. One sentence becomes a PDF with a Stripe payment link.
QuickBooks Online in Claude and ChatGPT: 221 tools, full ledger, multi-company, Canada + US, FR/EN.
Connect Claude or Cursor to books, invoices, bills, payroll, and sealed closes.
Log hours and invoice clients from your AI chat. Time tracking and invoicing for freelancers.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude to interact with freee accounting software through OAuth 2.0 authentication, supporting operations like transaction creation, account management, receipt uploads, and financial statement retrieval.MIT
- FlicenseNot gradedqualityDmaintenanceIntegrates the inFakt API with Claude AI, enabling management of invoices, clients, products, and payments through natural language in Polish.2-
- FlicenseNot gradedqualityDmaintenanceProvides 29 tools for Claude to query and update FreshBooks directly, including invoices, clients, estimates, expenses, payments, timesheets, and reports.-
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with FreshBooks accounting API for managing clients, invoices, payments, and more through natural language.-