Skip to main content
Cursor Cursor supports remote MCP servers via its built-in MCP client.

One-click install

If you’re on a recent Cursor build, open Settings → MCP and click Add new MCP server, then choose HTTP as the transport.

Manual install

Edit your Cursor MCP config:
  • macOS / Linux: ~/.cursor/mcp.json
  • Windows: %USERPROFILE%\.cursor\mcp.json
Add Kualia under mcpServers:
{
  "mcpServers": {
    "kualia": {
      "url": "https://api.kualia.com/mcp"
    }
  }
}
Save, then restart Cursor.

Authorize

Open Settings → MCP. Kualia will show as Needs authentication. Click Connect — your browser opens app.kualia.com for OAuth consent. After approving, the green status dot indicates Kualia is ready.

Use it

In Cursor’s chat or composer, just ask:
  • “Show me my biggest expenses last week.”
  • “What’s left in my Eating Out envelope?”
Cursor will call the Kualia MCP tools automatically.

Project-scoped install

To share with collaborators, commit a .cursor/mcp.json to the repo root with the same structure. Each teammate authorizes their own Kualia account on first use.