Odel
quickbooks mcp

quickbooks mcp

Local
@laf-rge11TypeScriptMITUpdated 1w ago

MCP server for QuickBooks Online API integration

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmquickbooks-mcpv0.11.0

Run

npx -y quickbooks-mcp

MCP client config

{
  "mcpServers": {
    "quickbooks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quickbooks-mcp"
      ]
    }
  }
}