Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’° Finance & Fintech
  3. Quickbooks
Quickbooks logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 4:16:08 AM

Quickbooks

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
quickbooksaccountingfinancepython

Connects GenAI applications to QuickBooks through an MCP server with async support, retries, and rate limiting.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "quickbooks": {
      "command": "uvx",
      "args": [
        "quickbooks-mcp-server"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ’° More in Finance & Fintech

Overview

The Quickbooks MCP server connects GenAI applications to the QuickBooks API through the Model Context Protocol. It is implemented in Python and exposes broad QuickBooks API coverage with multiple authentication methods, rate limiting, error handling, and retry logic. Install it from PyPI or from source, configure it using QuickBooks API requirements, then initialize and start the server in Python. Reach for it when an agent needs accounting or financial management integration with QuickBooks.

Use cases

•Connect an AI application to QuickBooks accounting data
•Automate financial management workflows through the QuickBooks API
•Handle repeated QuickBooks API requests with rate limiting
•Run asynchronous QuickBooks operations from a Python application

Key features

•QuickBooks API integration
•Multiple authentication methods
•Rate limiting
•Error handling and retries
•Asynchronous support

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Quickbooks.

Extracted Tool Capabilities
QuickBooks API integration
Multiple authentication methods
Rate limiting
Error handling and retries
Asynchronous support

How Quickbooks works

What Quickbooks MCP server does

The Quickbooks MCP server provides an MCP-based integration between GenAI applications and QuickBooks. Its stated purpose is to support accounting and financial management use cases through the QuickBooks API. The project describes its API coverage as comprehensive, but the provided material does not list individual MCP tool names, supported entities, or specific read and write operations.

Because it is distributed as a Python package, it can be installed from PyPI or used from a local source checkout. The README shows a Python entry point named QuickbooksMCPServer, which applications can instantiate and start.

How it works

The Quickbooks MCP server acts as the application-facing layer for QuickBooks API access. A Python program creates a QuickbooksMCPServer instance and calls its start() method. Authentication is configured according to the requirements of the QuickBooks API, with the project stating that multiple authentication methods are supported.

The README also identifies asynchronous support, request rate limiting, error handling, and retry logic as implementation features. These are relevant for applications that make repeated API requests or need the server to handle transient failures. The available material does not specify the MCP transport, the exact authentication flows, or the internal retry and rate-limit settings.

Setup and configuration

Install the package with:

Terminal
pip install quickbooks-mcp-server

Alternatively, clone the repository, enter its directory, and install the project in editable mode with pip install -e .. The README instructs operators to create a .env file or set environment variables based on QuickBooks API requirements, but it does not name the variables or provide example values.

A minimal Python startup pattern is:

server.ts
from quickbooks_mcp import QuickbooksMCPServer

server = QuickbooksMCPServer()
server.start()

The Quickbooks MCP server therefore requires application-level configuration before it can connect to QuickBooks. The supplied documentation does not identify whether a QuickBooks developer account, company identifier, redirect URL, or other account details are needed.

Tools and capabilities

The documented capabilities include:

  • Broad coverage of the QuickBooks API
  • Multiple authentication methods
  • Request rate limiting
  • Error handling and retry logic
  • Asynchronous operation support

These descriptions indicate that the Quickbooks MCP server is intended for general QuickBooks API integration rather than a narrowly defined accounting workflow. Confirm the repository's implementation before depending on a particular QuickBooks resource or mutation, since the README does not enumerate the exposed tools.

Limitations and notes

The provided documentation does not list individual MCP tools, supported QuickBooks resources, transport options, environment variable names, authentication schemes, or client-specific setup instructions. It also does not state whether QuickBooks access itself requires a paid plan or API credentials. The project is released under the MIT License.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Bexio MCP Server logoBexio MCP Server

    Swiss accounting integration for Bexio. 221 tools for invoices, contacts, projects.

    šŸ’° Finance & Fintech3 views
    Compare vs Bexio MCP Server →
  • Gl Importer Plugin logoGl Importer Plugin

    Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API. 19 tools covering imports, field mapping rules, post-import rules, and entity discovery. Install with npx -y @cloudbusiness/gl-importer-mcp.

    šŸ’° Finance & Fintech3 views
    Compare vs Gl Importer Plugin →
  • Xero MCP Server logoXero MCP Server

    An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.

    šŸ’° Finance & Fintech2 views
    Compare vs Xero MCP Server →
  • Hledger MCP logoHledger MCP

    Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local HLedger accounting journals.

    šŸ’° Finance & Fintech7 views
    Compare vs Hledger MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
8mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Quickbooks

Install the Python package with `pip install quickbooks-mcp-server`, or clone the repository and run `pip install -e .` from its directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewQuickbooks AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/quickbooks?style=directory)](https://allmcps.com/mcp/quickbooks)
HTML Embed
<a href="https://allmcps.com/mcp/quickbooks"><img src="https://allmcps.com/api/badge/quickbooks?style=directory" alt="Quickbooks on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’°Finance & Fintech
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthOther
LicenseMIT
Last updatedSep 7, 2026
10/13 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 31, 2025
35Quality signal: Fair Ā· 35/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev Ā· quickbooks-mcp-server (PyPI)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’° Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to Quickbooks →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients