# Usage with Claude

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

### Prerequisites

* Claude account&#x20;

### Connect to Claude

Make is a built-in connector on Claude. To connect Make MCP server to Claude:

1. Open your Claude account.
2. Click your profile name on the left sidebar, then **Settings**.
3. Go to **Connectors**.&#x20;
4. Click **Browse connectors**. &#x20;
5. Search for Make and click the plus sign.&#x20;
6. In the OAuth consent screen, select an organization in **Organization** and its granted scopes.
7. Click **Allow** to proceed.&#x20;

You've now connected Make MCP server to Claude.&#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-claude.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.
