> For the complete documentation index, see [llms.txt](https://docs.mosofin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosofin.com/source-and-destination/destinations/claude/connect-claude.md).

# Connect MosoFin to Claude

Claude is shown as the included destination during MosoFin setup. The actual account connection is completed in Claude.

![Connect MosoFin to Claude](/files/g88BL1UWyFCoNz4x3cSi)

## Before connecting

Make sure you have:

* A MosoFin account with an active workspace.
* QuickBooks connected to that workspace.
* Access to Claude with support for tools or connectors.

## Add MosoFin

1. Open Claude.
2. Open Claude's tools or connectors menu.
3. Find and enable the MosoFin connection.
4. Sign in to MosoFin when prompted.
5. Approve the requested connection.
6. Choose or confirm the MosoFin workspace for the task.

![Confirm the MosoFin workspace in Claude](/files/rRfakw4c6uk8No5RNFDI)

Claude's labels and connector availability can vary by plan and interface. See the current [MosoFin Claude guide](https://www.mosofin.com/claude) when the connection is not visible.

## Test the connection

Start with a narrow question that names a report and period, such as:

`Using my selected MosoFin workspace, summarize the profit and loss for June 2026 and identify the three largest expense categories.`

If Claude asks for permission, review the requested tool and approve it only when it matches your intended task.

Next, see [how data appears in Claude](/source-and-destination/destinations/claude/data-overview.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mosofin.com/source-and-destination/destinations/claude/connect-claude.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
