# Usage with Windsurf

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

### Prerequisites

* [Windsurf](https://windsurf.com/download)&#x20;
* [Node.js](https://nodejs.org/en)

### Connect to Windsurf

To connect Make MCP server to Windsurf:

1. In Windsurf, click the **Settings** icon in the top-right corner, and select **Windsurf Settings**.&#x20;
2. In Cascade, click the **Open MCP Marketplace** link next to **MCP Servers**.&#x20;
3. In **Installed MCPs**, click the **Settings** icon to open the `mcp.config.json` configuration file.&#x20;
4. Add the following configuration:

```json
{
  "mcpServers": {
    "make": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.make.com"
      ]
    }
  }
}
```

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

5. Enter `Ctrl` + `S` (Windows) or `Cmd` + `S` (Mac) to save. The OAuth consent screen opens in a new browser window.
6. In the consent screen, select your organization and scopes, then click **Allow**.
7. Return to the **Installed MCPs** section to check whether Make MCP server connected successfully.&#x20;

<figure><img src="/files/A22N2JV9Xz1yeyDkj8Wb" alt="" width="563"><figcaption></figcaption></figure>

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

### Call tools on Windsurf

You can call Make MCP tools in the chat:

1. Click the **Toggle Cascade Side Bar** icon in the top-right corner, or enter `Ctrl`+`Alt`+`B` (Windows) or `Cmd`+`Option`+`B` (Mac).
2. Enter a question related to your connected Make MCP tools.

Windsurf calls the relevant tool and responds to your question.&#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-windsurf.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.
