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