A Model Context Protocol (MCP) server for integrating FreshBooks with GenAI applications.
Small business accounting software
- Comprehensive FreshBooks API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
pip install freshbooks-mcp-serverOr install from source:
git clone https://github.com/asklokesh/freshbooks-mcp-server.git
cd freshbooks-mcp-server
pip install -e .Create a .env file or set environment variables according to FreshBooks API requirements.
from freshbooks_mcp import FreshbooksMCPServer
# Initialize the server
server = FreshbooksMCPServer()
# Start the server
server.start()MIT License - see LICENSE file for details