Getting Started with Datarails on Claude Desktop

Datarails FinanceOS connects Claude to your Datarails financial data so you can explore tables, run analysis, and generate Excel and PowerPoint outputs in natural language. This article covers setup on Claude Desktop for Windows and macOS.

Two things to install

Datarails on Claude has two independent pieces. Most people want both, but they install separately and either one works without the other.

What What it gives you Where it works
The Datarails connector Live access to your Datarails data — tables, fields, business metrics, aggregations Everywhere Claude runs, including ordinary chat and claude.ai
The Datarails FinanceOS plugin Ready-made finance commands and skills that produce Excel workbooks and PowerPoint decks Claude Code and Claude Cowork only

This distinction is the fastest way to diagnose a problem later. If Claude can answer questions about your numbers but the /dr- commands are missing, you have the connector without the plugin. If the commands appear but return no data, you have the plugin without the connector.

Prerequisites

  • A paid Claude plan. For data privacy compliance, a Claude for Work plan (Team or Enterprise) is recommended. Review Anthropic's privacy policy for details on how each plan handles your data.
  • A Datarails license.
  • The FinanceOS connection enabled in your Datarails environment. If it isn't, contact your CSM.
  • Git — for the plugin only. The connector does not need Git. The plugin installs by cloning a repository, so Git must be present on both Windows and macOS.
    • Windows: install Git for Windows.
    • macOS: Git ships with the Xcode Command Line Tools. If it isn't installed, open Terminal, run xcode-select --install, and follow the prompt. Verify with git --version. You can also install from git-scm.com/downloads or with Homebrew (brew install git).  

 

Step 1: Install Claude Desktop

  1. Go to claude.com/download.
  2. Download and install for your operating system.
  3. Sign in with your Claude account.

Step 2: Add the Datarails connector

Datarails FinanceOS is listed in the Claude connector directory, so there is no custom URL to paste and no configuration file to edit.

  1. In Claude Desktop, go to Settings > Connectors.
  2. Open the Directory.
  3. Search for datarails.
  4. Select Datarails FinanceOS — the entry with the verified badge. Ignore any results labelled Custom; those are internal development connectors and will not work for you.
  5. Click + to add it, then click Connect.
  6. Complete the login in your browser.
  7. Optional: set the tool permission to Always allow so Claude does not prompt for approval on every data request.

You can now ask Claude about your financial data in any conversation. To add the finance commands and report generation, continue to Step 3.

 

Step 3: Install the Datarails Plugin

The plugin runs in Claude Code and Claude Cowork. Install it in each surface you use — installing it in Code does not install it in Cowork.

From the Claude Code terminal

/plugin marketplace add https://github.com/Datarails/dr-claude-code-plugins-re
/plugin install datarails-financeos@datarails-marketplace

Important: use the full HTTPS URL ending in .git. The owner/repo shorthand triggers SSH cloning, which fails unless you have SSH keys configured.

 

From Claude Desktop

  1. Open the Code tab and select a folder. A new folder dedicated to your Claude and Datarails work keeps generated files organised.
  2. Go to Customize > Personal plugins > + > Add marketplace from GitHub.
  3. Enter https://github.com/Datarails/dr-claude-code-plugins-re.
  4. Install Datarails FinanceOS.

If the marketplace install fails, download the ZIP from the latest release and add it with + > Upload plugin.

What you can run

Type / in Claude Code or Cowork to see everything available. No setup or discovery step is required — every skill finds your tables and fields on its own.

Commands

Command What it does
/explore-tables See what data is available in your account
/budget-comparison Compare actuals to budget and find variances
/data-check Check your data for quality issues
/test-api Diagnose which fields work with aggregation

Skills

Area Skills
Explore /dr-tables/dr-profile/dr-query/dr-drilldown
Analyze /dr-financial-summary/dr-revenue-trends/dr-expense-analysis/dr-departments/dr-forecast-variance
Report /dr-dashboard/dr-insights/dr-intelligence/dr-extract/dr-get-formula
Quality and control /dr-anomalies/dr-anomalies-report/dr-reconcile/dr-audit/dr-test

Best Practices

  1. There is no setup step. Every skill discovers your tables, fields, and dimension values on its own, each time it runs. Earlier versions of the plugin used a /dr-learn command to build a saved profile; that command has been removed and is no longer needed.
  2. Start with /dr-tables or /explore-tables. Seeing what data exists first leads to better questions and better results.
  3. Set the tool permission to "Always allow". This stops Claude prompting for approval on every data request.
  4. Use a dedicated folder for the Code tab, so generated workbooks and decks stay organised.
  5. Be specific in your prompts. Name dimensions ("by department"), periods ("Q1 2026"), scenarios ("Actuals vs Budget"), and the output you want ("as an Excel workbook").
  6. Iterate in the same conversation. After Claude produces a report, refine it with follow-ups such as "add a department breakdown" or "filter to Q4 only".

Troubleshooting

Claude answers data questions, but the /dr- commands are missing

Problem: The connector is working but the plugin is not installed.

Solution: Complete Step 3. Remember that the plugin only runs in Claude Code and Claude Cowork, and must be installed in each one separately.

The commands appear, but return no data

Problem: The plugin is installed but the connector is not connected.

Solution: Go to Settings > Connectors and confirm Datarails FinanceOS shows as Connected. If it shows Disconnected, click Connect and complete the login.

Several Datarails entries appear in the connector directory

Problem: Searching for datarails returns more than one result.

Solution: Choose Datarails FinanceOS, the entry with the verified badge. Entries labelled Custom are internal development servers and will not authenticate for customers.

Your organization has not enabled the connector

Problem: The Datarails connector does not appear, or cannot be added, because your Claude organization restricts which connectors are available.

Solution: Ask your Claude administrator to enable the Datarails FinanceOS connector for your organization. Once enabled, it becomes available to everyone.

Plugin marketplace install fails

Problem: Adding the marketplace fails, often with an SSH or authentication error.

Solution:

  • Use the full HTTPS URL https://github.com/Datarails/dr-claude-code-plugins-re, not the owner/repo shorthand. The shorthand triggers SSH cloning.
  • Confirm Git is installed by running git --version.
  • If it still fails, download the ZIP from the latest release and use + > Upload plugin.

Authentication fails, or the login page does not load

Problem: Clicking Connect does not open a login page, or the page fails to load.

Solution:

  • Allow pop-ups from Claude Desktop. The authentication flow opens in your default browser.
  • Confirm you have an active Datarails license.
  • Disconnect and reconnect the connector from Settings > Connectors.
  • If the problem persists, clear your browser cache and try again.

"Authentication Denied"

Problem: Connecting returns "Authentication Denied: It seems like you are not permitted to use this tool. Please reach out to your CSM for more details."

Solution: Confirm with your CSM that connecting Datarails to AI platforms is enabled for your environment and for your user.

Requests time out or return errors

Problem: A request starts, then times out or returns an error.

Solution:

  • Check your internet connection.
  • Confirm your Datarails account is active and your credentials have not expired.
  • Narrow the request with filters, such as a single department or a shorter date range. Large aggregations are computed as background jobs and very large results are truncated rather than returned in full.
  • If the error mentions tokens, disconnect and reconnect the connector to refresh your session.

Git not installed

Problem: Plugin installation fails, or the Code tab does not work correctly.

Solution: Install Git, then restart Claude Desktop. On Windows, download it from git-scm.com/downloads. On macOS, run xcode-select --install in Terminal. Verify with git --version. Git is required only for the plugin, not for the connector.

Frequently Asked Questions

Do I need both the connector and the plugin?
No. The connector alone lets you ask questions about your data anywhere in Claude. Add the plugin when you want the packaged finance workflows and generated Excel or PowerPoint files.

Do I have to work in the Code tab?
Not for the connector — it works in ordinary Claude chat and on claude.ai. The plugin's commands and skills do require Claude Code or Claude Cowork.

Whatever happened to /dr-learn?
It was removed. Skills now discover your tables and fields inline every time they run, so there is no profile to build and no setup command to remember.

Is my financial data safe?
Datarails enforces all access controls server-side, so you only ever see data you are permitted to access in your Datarails environment. Connections use OAuth, and no credentials are stored in Claude.

The privacy protections that apply to your conversations with Claude depend on your Claude subscription plan. Review Anthropic's privacy policy to understand how your data is handled, particularly around model training and retention, before using Claude with financial data. For the strongest protections, use a Claude for Work plan.

Do I need coding experience?
No. You work in natural language. Describe what you want to see, such as "show me revenue by department for Q1".

Can I export to Excel or PowerPoint?
Yes. Several skills generate Excel workbooks and PowerPoint decks directly, and you can ask Claude to export any analysis.

Can several people in my company use this?
Yes. Each person connects with their own Datarails credentials and sees only the data they have access to.

Do I need to reinstall after Claude Desktop updates?
No. Both the connector and the plugin persist across updates. If the connector shows as disconnected after an update, reconnect it from Settings > Connectors.




© Datarails Ltd. All rights reserved.

Updated

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Article is closed for comments.