quickbooks-online-mcp-server
The QuickBooks MCP Server allows AI assistants to access QuickBooks data through a standard interface.
This server implementation of the Model Context Protocol (MCP) facilitates integration with QuickBooks Online, enabling developers to create AI applications that can fetch real-time data. By exposing QuickBooks Online features as callable tools, it simplifies the interaction between AI systems and QuickBooks data management. The server supports various operations such as creating, deleting, retrieving, searching, and updating entities like customers, invoices, and bills.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"quickbooks-online-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-quickbooks-online-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions