Connect an MCP-compatible AI client to DualEntry and ask it a real question about your accounting data. By the end, your assistant will be able to look up records on your behalf.
The server is remote and hosted by DualEntry. You don’t install anything locally, and there are no API keys to manage: point your client at one URL and sign in with your DualEntry credentials.
Your MCP permissions match your DualEntry role. If you cannot see something in the dashboard, you cannot see it through MCP either.
Add to Cursor
Choose the button below to install the DualEntry MCP server in Cursor with one click. Cursor opens an install prompt, then a browser window to sign in with your DualEntry credentials.
If the button does not open Cursor, make sure Cursor is installed and up to date, then use the Cursor tab below to add the server manually.
Connect your client
Pick your client below. Each tab includes a copy-paste-ready configuration. Every client connects to the same server URL and uses the same browser-based sign-in.
Cursor
Claude.ai
Claude Code
VS Code
OpenAI Codex
Other clients
One-click: use the Add to Cursor button above.Manual: open Cursor Settings > MCP > Add new MCP server, or add the server to your mcp.json file:After saving, Cursor opens a browser window to sign in with your DualEntry credentials. Custom connectors require a Claude Pro, Max, Team, or Enterprise plan. On Team and Enterprise plans, only workspace Owners can add connectors; members can then enable and authenticate with connectors an Owner has already added.
- Open claude.ai and go to Settings > Connectors (Owners on Team/Enterprise plans use Organization Settings > Connectors instead).
- Choose Add custom connector.
- Enter the URL:
https://api.dualentry.com/mcp/
- Choose Add.
- Complete the authentication prompt in your browser.
Add the server from your terminal:The first time you use a DualEntry tool, Claude Code opens a browser window for sign-in. VS Code (with GitHub Copilot) supports remote MCP servers. Add the server to your .vscode/mcp.json file:Reload the window, then start the server from the MCP: List Servers command. VS Code opens a browser window to authenticate. Connect the server from the Codex CLI:Codex opens a browser window for sign-in on first connection. Any MCP client that supports Streamable HTTP transport and OAuth 2.1 can connect using the server URL:Refer to your client’s documentation for how to add a remote MCP server. When you connect for the first time, your client opens a browser window for you to sign in with your DualEntry credentials.
Confirm it worked
Ask your assistant a question that requires live data, for example:
“Show me all invoices from last month over $5,000”
A working connection returns real results from your organization. If your assistant says it has no access to DualEntry, revisit the client setup step above for your specific client.
If your assistant responds but says access is denied, your DualEntry role is missing a required permission rather than the connection being broken. See Permissions.
Next steps