Aureli's MCP server lets you connect your portfolio data to Claude Desktop or Claude Code, so you can ask about your finances directly in Claude.
This feature is available on every Aureli plan, including LITE.
Connecting via Claude Desktop
- Open Claude Desktop and go to Settings (click the gear icon or press
on Mac /Cmd + ,
on Windows).Ctrl + , - Navigate to the Integrations section.
- Click Add Integration or Add MCP Server.
- Enter the following URL:
https://aureli.app/api/mcp
- Give the integration a name (e.g. "Aureli").
- Click Save or Connect.
- A browser window will open asking you to sign in to Aureli (if you aren't already) and authorise the connection.
- Choose which permissions to grant — read portfolios, edit portfolios, or both.
- Confirm the authorisation. You'll be redirected back to Claude Desktop.
You can now ask Claude questions like "What's my net worth?" or "Show my asset allocation" and it will pull live data from your Aureli account.
Connecting via Claude Code
If you use Claude Code (the CLI), add the MCP server with the
claude mcp add command:
claude mcp add --transport http aureli https://aureli.app/api/mcp
- Run the command above in your terminal.
- Follow the OAuth prompt that opens in your browser to sign in to Aureli (if you aren't already) and authorise the connection.
- Choose which permissions to grant — read portfolios, edit portfolios, or both.
If you'd rather configure it manually, you can add Aureli to the
mcpServers section of .mcp.json (project scope) or ~/.claude.json (user scope) instead:
{ "mcpServers": { "aureli": { "type": "http", "url": "https://aureli.app/api/mcp" } } }
What Claude can access
Once connected, Claude can use the following tools depending on the permissions you granted:
- Read portfolios — view your portfolios, assets, debts, net worth, and allocation data
- Edit portfolios — add new valuations to existing assets and debts (this doesn't create new assets/debts or edit their names/details — everything else is done in the Aureli app)
Revoking access
To disconnect Claude from your Aureli account, go to Profile → Security → Connected Apps and click Revoke next to the Claude entry. See Managing connected apps for more details.
Troubleshooting
- Connection not appearing? Make sure you completed the authorisation step in your browser. Check that you're signed in to the correct Aureli account.
- Data not updating? Claude fetches live data on each request. If values seem stale, check that your Aureli portfolio is up to date.
More on connecting your bank to AI and spreadsheets
Connect your UK bank account to Claude
Set up Aureli's MCP server so Claude can read your balances and answer questions about your own finances.
Can you connect ChatGPT to your bank account in the UK?
What is and is not possible for UK users today, and the Developer Mode route that does work.
Is it safe to connect AI to your bank account?
What read-only, scoped open banking access actually means, and what to check before you connect anything.
Connect Google Sheets to your bank account
Keep a spreadsheet that updates its own balances every morning, without copying numbers by hand.
Knowledge base: supported UK banks
The full list of UK banks and building societies Aureli can sync balances from.
Connect your bank accounts
How automatic balance syncing works in Aureli, over FCA-regulated open banking with read-only access.
Was this article helpful?