Infrastructure Setup

Connect to Claude
in seconds.

DeepLedger acts as a native plugin for your AI. Connect it once, and manage all your QuickBooks clients through conversation.

Recommended

Claude Desktop.

The full autonomous bookkeeping experience. Runs securely in the background, learns your patterns, and handles tasks silently.

1

Open Claude Desktop with Cowork mode enabled.

2

In Settings → Plugins → Install from URL, paste the installation hook.

3

Enable network egress and allow mcp.deepledger.ai and app.deepledger.ai.

C
Install Plugin

Repository URL

https://github.com/naga-deepledger/deepledger-plugin.git

Claude.ai Browser.

Use DeepLedger directly in your web browser. Perfect for immediate insights, reporting, and ad-hoc QBO commands without downloading anything.

1

Sign into claude.ai.

2

Navigate to Profile → Settings → Connectors → Add Connector.

3

Paste the deepledger MCP URL below into the configuration box and authorize.

C
Add New Connector

Connector URL

https://mcp.deepledger.ai/

ChatGPT Plus.

Connect DeepLedger seamlessly to ChatGPT to orchestrate your QuickBooks directly from chatgpt.com.

1

Go to Settings → Connectors.

2

Click Add to add a new server integration.

3

Paste the ChatGPT MCP endpoint into the integration box.

Add App

Add MCP Configuration

https://mcp.deepledger.ai/mcp

Custom Agents & API.

For headless AI agents that can't use browser-based OAuth flows. Create an API key in the DeepLedger portal to authenticate your internal MCP server requests.

1

Sign in and head to Settings → API Keys.

2

Generate a key (it begins with dl_live). Save this securely.

3

Insert it inside your agent's MCP environment configuration object.

"mcpServers": {

"deepledger": {

"type": "http",

"url": "https://mcp.deepledger.ai/mcp",

"headers": {

"Authorization": "Bearer dl_live_..."

}

}

}