# Usage with Cursor

This guide outlines how to connect Make MCP server to Cursor using OAuth.&#x20;

### Prerequisites

* Cursor account (Desktop version)

### Connect to Cursor&#x20;

To connect Make MCP server to Cursor:

1. Open your Cursor account.&#x20;
2. On the upper right-hand side, click the gear icon to open the **Cursor Settings** dialog.&#x20;
3. In the left sidebar, click **Tools & Integrations** (or **Tools**, if you're on the Free Plan).
4. Under **MCP Tools**, click **Add Custom MCP** to open the editor for the `mcp.json` file.

<div align="center"><figure><img src="/files/ZzqXcRAomQDo4RsrLYjx" alt="" width="375"><figcaption></figcaption></figure></div>

5. In the editor, add the configuration.

Use the following URL:

```
https://mcp.make.com
```

Configuration example:

```json
{
  "mcpServers": {
    "make": {
      "url": "https://mcp.make.com"
    }
  }
}
```

{% hint style="success" %}
If you experience connection issues, you can add `/stateless` or  `/stream`  to the end of your connection URL. For SSE, add  `/sse`  instead.&#x20;
{% endhint %}

6. In **MCP Tools**, you'll see Make added as an MCP tool. Click **Needs login**.

<figure><img src="/files/j650u3nHwnad9ocxYtzr" alt="" width="375"><figcaption></figcaption></figure>

7. In the dialog, click **Open**, which opens an OAuth consent screen.&#x20;
8. In the **Organization** dropdown, select the organization that can access the server.
9. Select its granted scopes.&#x20;
10. Click **Allow**, then **Open Cursor**.&#x20;
11. Click **Open** to allow the extension to open the URI.&#x20;

You have now connected Make MCP server to Cursor.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.make.com/mcp-server/connect-using-oauth/usage-with-cursor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
