QuickBooks Online MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from pypi. Last commit 26 Jul 2026.
QuickBooks Online MCP server for invoices, customers, and payments. OAuth 2.1 + PKCE, stdio/HTTP.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-quickbooks -- uvx mcp-quickbooks
{
"mcpServers": {
"mcp-quickbooks": {
"args": [
"mcp-quickbooks"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-quickbooks]
command = "uvx"
args = ["mcp-quickbooks"]
{
"mcpServers": {
"mcp-quickbooks": {
"args": [
"mcp-quickbooks"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-quickbooks": {
"args": [
"mcp-quickbooks"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.