laravel-quickbooks-mcp-server

rajurayhan/laravel-quickbooks-mcp-server
★ 7 stars PHP 📦 Other Updated 10d ago
This package is the first PHP/Laravel QuickBooks MCP implementation in the ecosystem. It mirrors the official Intuit Node.js MCP server (intuit/quickbooks-online-mcp-server).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "laravel-quickbooks-m": {
      "command": "npx",
      "args": [
        "-y",
        "rajurayhan/laravel-quickbooks-mcp-server"
      ]
    }
  }
}