MCP

Connect Buron to Cursor

Add the Buron MCP server to Cursor so its agent can access your team's ad data, dashboards, and knowledge files.

This guide assumes you already have a Buron account with a team set up. If not, start with Install the Buron CLI.

Set up with the CLI

Run setup in your project folder:

buron setup

Select Cursor when asked which editors to connect. The CLI writes the config to .cursor/mcp.json and installs the Buron skills into .agents/skills/, the directory Cursor reads.

Set up manually

Create or edit .cursor/mcp.json in your project (or ~/.cursor/mcp.json to make it global):

{
  "mcpServers": {
    "buron": {
      "url": "https://app.buron.ai/api/mcp"
    }
  }
}

You can also manage servers from Cursor's Customize page in the sidebar.

Sign in

Restart Cursor to pick up the new server. The first time it connects, Cursor opens your browser to sign in to Buron. Approve the connection and return to Cursor.

Verify the connection

In Cursor's agent mode, ask:

List my available dashboards in Buron

If you see a list of dashboards, you're connected.

Next steps

Was this page helpful?

On this page