Sponsored by Deepsite.site

Quickbooks

Created By
tree8 months ago
Content

Quickbooks MCP Server

A Model Context Protocol (MCP) server implementation for Intuit Quickbooks, providing a RESTful API interface for querying and managing Quickbooks data.

Author

Ravi Iyer (iyer [dot] ravi [at] outlook [dot] com)

Disclaimer

Usage of this MCP server comes at the users' own risk. The author of this MCP server does not take any responsibility for any issues, damages, or consequences that may arise from its use.

Features

  • Query Quickbooks data using SQL-like syntax
  • Create new entities in Quickbooks
  • OpenAPI/Swagger documentation
  • Spring Boot-based implementation
  • OAuth2 authentication support

Prerequisites

  • Java 17 or higher
  • Maven 3.6 or higher
  • Quickbooks Online account with API access

Getting Started

  1. Clone the repository:
git clone https://github.com/ravi-bytes/quickbooks-mcp-server.git
cd quickbooks-mcp-server

Configuration

Set the following environment variables:

QUICKBOOKS_CLIENT_ID=your_client_id
QUICKBOOKS_CLIENT_SECRET=your_client_secret
QUICKBOOKS_REDIRECT_URI=your_redirect_uri
QUICKBOOKS_ACCESS_TOKEN=your_access_token
QUICKBOOKS_REALM_ID=your_realm_id

Alternatively, you can configure these in src/main/resources/application.yml.

Building

mvn clean install

Running

mvn spring-boot:run

The server will start on port 8080 by default.

API Documentation

Once the server is running, you can access:

Example Usage

Query Quickbooks Data

curl -X POST http://localhost:8080/api/v1/quickbooks/query \
  -H "Content-Type: application/json" \
  -d '{"query": "SELECT * FROM Customer"}'

Create Entity

curl -X POST http://localhost:8080/api/v1/quickbooks/entity \
  -H "Content-Type: application/json" \
  -d '{
    "entityType": "Customer",
    "entityData": {
      "DisplayName": "John Doe",
      "CompanyName": "Example Corp"
    }
  }'

Contributing

We welcome contributions to improve the Quickbooks MCP Server! Here's how you can contribute:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add amazing feature')
  5. Push to your branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

Pull Request Process

  1. All changes must be made through Pull Requests
  2. Direct commits to the main branch are not allowed
  3. Pull Requests require review and approval before merging
  4. Ensure your PR includes:
    • A clear description of the changes
    • Any updates to documentation
    • Test coverage for new features
  5. Keep PRs focused and atomic - one feature/fix per PR

Code Style

  • Follow standard Java conventions
  • Include JavaDoc for public methods
  • Write clear commit messages
  • Add unit tests for new features

License

This project is licensed under the MIT License - see the LICENSE file for details.

Server Config

{
  "mcpServers": {
    "quickbooks": {
      "command": "mvn spring-boot:run",
      "baseUrl": "http://localhost:8080",
      "endpoints": {
        "query": {
          "path": "/api/v1/quickbooks/query",
          "method": "POST"
        },
        "createEntity": {
          "path": "/api/v1/quickbooks/entity",
          "method": "POST"
        }
      },
      "auth": {
        "type": "oauth2",
        "config": {
          "clientId": "your_client_id_here",
          "clientSecret": "your_client_secret_here",
          "accessToken": "your_access_token_here",
          "realmId": "your_realm_id_here"
        }
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
CursorThe AI Code Editor
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
ChatWiseThe second fastest AI chatbot™
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Serper MCP ServerA Serper MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Amap Maps高德地图官方 MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop