★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"laravel-quickbooks-m": {
"command": "npx",
"args": [
"-y",
"rajurayhan/laravel-quickbooks-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add laravel-quickbooks-m npx -y rajurayhan/laravel-quickbooks-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"laravel-quickbooks-m": {
"command": "npx",
"args": [
"-y",
"rajurayhan/laravel-quickbooks-mcp-server"
]
}
}
}
📋 Copy