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

# Add Corvera to Cursor

> Connect Corvera's MCP server to Cursor.

Connect Cursor to Corvera's hosted MCP server so you can pull your data straight
into your editor.

```
https://mcp.corvera.ai/mcp
```

<Note>
  On Cursor **Business** plans, your organization may restrict which MCP servers
  are allowed — if Corvera is blocked, ask your admin to permit it.
</Note>

<Steps>
  <Step title="Open the MCP settings">
    In Cursor, open **Settings → Tools & MCP** and choose **New MCP server**.
    This opens your `mcp.json` configuration.
  </Step>

  <Step title="Add the Corvera server">
    Add Corvera as a Streamable HTTP server:

    ```json theme={null}
    {
      "mcpServers": {
        "corvera": {
          "url": "https://mcp.corvera.ai/mcp"
        }
      }
    }
    ```

    Use `~/.cursor/mcp.json` for all projects, or `.cursor/mcp.json` in a project
    for that project only.
  </Step>

  <Step title="Sign in to Corvera">
    Cursor prompts you to authenticate. Complete the OAuth sign-in with your
    Corvera account.
  </Step>
</Steps>

## Try it out

Confirm the connection, then ask in chat:

```text theme={null}
Run list_my_integrations and tell me what data I can query.
```

```text theme={null}
Pull my last 90 days of Shopify orders and chart weekly revenue.
```

```text theme={null}
Build a small dashboard from my weekly EPOS by store.
```

<Note>
  For the full configuration reference, see the
  [Cursor MCP docs](https://cursor.com/docs/mcp).
</Note>
