> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kualia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Connect Kualia to Cursor

<img src="https://mintcdn.com/kualia/dQHAV5g5PLKK3onV/images/mcp/cursor.svg?fit=max&auto=format&n=dQHAV5g5PLKK3onV&q=85&s=efe625c0677e982d566ad3ade82fbdbc" alt="Cursor" width="64" height="64" data-path="images/mcp/cursor.svg" />

[Cursor](https://cursor.com) 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`:

```json theme={null}
{
  "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](https://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.
