intuit/quickbooks-online-mcp-server
The QuickBooks MCP Server lets AI assistants access QuickBooks data via a standard interface. It uses the Model Context Protocol to expose QBO features as callable tools, enabling developers to build AI apps that fetch real-time QBO data through MCP.
Platform-specific configuration:
{
"mcpServers": {
"quickbooks-online-mcp-server": {
"command": "npx",
"args": [
"-y",
"quickbooks-online-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...