What is the Kualia MCP server?
Kualia exposes a remote Model Context Protocol (MCP) server so AI assistants like ChatGPT, Claude, Cursor, and Perplexity can read your budget data and help you reason about your finances directly, with your permission, and without copy-pasting. Server URLWhat can the AI do?
Once connected, the assistant can read your transactions and balances, manage envelopes and targets, create and edit transactions in bulk, import statements you paste in, and generate spending and income reports. Everything is scoped to the workspaces your account has access to. See the full tool reference for every available action, with parameters and batch limits.How authentication works
You never paste an API key. The connection uses OAuth 2.1 with PKCE and dynamic client registration, all driven by the MCP spec:- The client connects to
https://api.kualia.com/mcp. - Kualia responds with a
WWW-Authenticateheader pointing to its OAuth metadata. - The client opens the Kualia app in your browser to ask for consent.
- You approve, and the client receives a token scoped to your account.
- The token is stored locally by the client and used for all future calls.
Pick your client
ChatGPT
Claude (web & desktop)
Claude Code
Claude Cowork
Cursor
Perplexity
Other clients
Privacy
- Kualia only returns data for workspaces your account has access to.
- Tokens are stored by the client (e.g. on your laptop), not by the assistant provider.
- To disconnect, remove the connector from your AI client’s settings.