Read-only MCP server for QuickBooks Online — ad-hoc Q&A and bookkeeping anomaly detection in Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"qbo-mcp": {
"command": "npx",
"args": [
"-y",
"serj17/qbo-mcp"
]
}
}
}
Run in terminal:
claude mcp add qbo-mcp npx -y serj17/qbo-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"qbo-mcp": {
"command": "npx",
"args": [
"-y",
"serj17/qbo-mcp"
]
}
}
}