> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/mcp-server/connect-using-oauth/usage-with-kiro.md).

# Usage with Kiro

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

### Prerequisites

* [Kiro](https://kiro.dev/docs/getting-started/installation/)

### Connect to Kiro

To connect Make MCP server to Kiro:

1. In Kiro, click the ghost icon on the left sidebar.&#x20;

<figure><img src="https://3035801395-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyHSLDvK9bMDQI1lCXXt6%2Fuploads%2F31zI2Txj9D0pC0v2YziS%2Fghost%20left%20sidebar.png?alt=media&amp;token=1fd000db-c267-4c29-8276-6d8c20117163" alt="" width="563"><figcaption></figcaption></figure>

2. Hover over the **MCP servers** section and click the **Open MCP Config** icon.
3. In the `mcp.json` configuration, add the following:&#x20;

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

{% hint style="success" %}
If you experience connection issues, use an[ MCP token URL](https://developers.make.com/mcp-server#mcp-token) instead.&#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. Go back to the **MCP servers** section to check whether Make MCP server connected successfully.&#x20;

<figure><img src="https://3035801395-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyHSLDvK9bMDQI1lCXXt6%2Fuploads%2FcqgWYNyy3nS1t9hmbnYS%2Fkiro%20terminal.png?alt=media&amp;token=848945e9-240a-471d-8e44-6bd5af688620" alt="" width="563"><figcaption></figcaption></figure>

You've now connected Make MCP server to Kiro.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
