A single-user integration connecting a local MCP (Model Context Protocol) server to a single QuickBooks Online company for bookkeeping automation
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qb_automation_app": {
"command": "npx",
"args": [
"-y",
"pratapladhani/qb_automation_app"
]
}
}
}
Run in terminal:
claude mcp add qb_automation_app npx -y pratapladhani/qb_automation_app
Add to .cursor/mcp.json:
{
"mcpServers": {
"qb_automation_app": {
"command": "npx",
"args": [
"-y",
"pratapladhani/qb_automation_app"
]
}
}
}