Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub pamf2/openclaw-accountingCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"quickbooks": {
"command": "npx",
"args": [
"-y",
"quickbooks-mcp"
],
"env": {
"QBO_REALM_ID": "",
"QBO_CLIENT_ID": "",
"QBO_ACCESS_TOKEN": "<your-qbo-access-token>",
"QBO_CLIENT_SECRET": "<your-qbo-client-secret>",
"QBO_REFRESH_TOKEN": "<your-qbo-refresh-token>"
}
}
}
}Replace placeholder values for: QBO_CLIENT_SECRET, QBO_ACCESS_TOKEN, QBO_REFRESH_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
QBO_REALM_ID=QBO_CLIENT_ID=QBO_ACCESS_TOKEN=QBO_CLIENT_SECRET=QBO_REFRESH_TOKEN=Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.