---
title: "Cursor With Wasabi MCP"
slug: "cursor-with-wasabi-mcp"
updated: 2026-07-07T21:11:02Z
published: 2026-07-07T21:11:02Z
canonical: "docs.wasabi.com/cursor-with-wasabi-mcp"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor With Wasabi MCP

Wasabi MCP is an OAuth-protected Model Context Protocol (MCP) server that lets an AI client operate your Wasabi account (S3, IAM/STS, WACM) without ever receiving your Wasabi access keys. The client gets a short-lived, scoped OAuth token; your Wasabi credentials stay encrypted on the server.

> Wasabi’s MCP service is currently in beta and may be subject to changes, limitations, or occasional instability. Report any issues you encounter to [Wasabi Support](mailto:support@wasabi.com) (support@wasabi.com).

## Reference Architecture

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 9.40.45 PM(1).png)

## Requirements

- Active Wasabi storage account
  - Access and Secret Key Pair (see Wasabi's [Access Keys Guide](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key))
- Access to a Cursor account

## Configuring Cursor for Wasabi MCP

1. Log in to Cursor and click **Settings**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 11.34.00 AM.png)
2. Click **Tools and MCPs**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 11.35.38 AM.png)
3. Click **Add Custom MCP**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 11.37.47 AM.png)
4. Insert the code below.

```json
{
  "mcpServers": {
    "Wasabi S3": {
      "url": "https://mcp.wasabisys.dev/s3"
    },
    "Wasabi IAM": {
      "url": "https://mcp.wasabisys.dev/iam"
    },
    "Wasabi WACM": {
      "url": "https://mcp.wasabisys.dev/wacm"
    }
  }
}
```
5. Once the config is committed, the Tools & MCP page will list the newly added MCP servers.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 11.43.34 AM.png)
6. Toggle each service and click **Connect**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 11.46.50 AM.png)
7. You will be directed to a webpage to log in. Provide the details below and click **Sign in.**

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.45.20 PM(2).png)
  - Wasabi account email address
  - Wasabi account password
  - MFA (optional)
8. Once signed in, click **Add key** to add your Wasabi access keys.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.49.20 PM.png)
9. Provide the following details and click **Save key**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.52.47 PM.png)
  - Label—Name for the keys
  - Access key ID—Wasabi access key
  - Secret access key—Wasabi secret key
10. Once the keys are added, ensure S3 and IAM are highlighted in green (indicating they are enabled).

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 12.00.14 PM.png)
11. The configuration is complete. Click **Return to AI editor**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 12.02.14 PM.png)
12. Navigate to the Cursor MCP page. S3 and IAM should be active.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 12.04.55 PM.png)
13. You can use natural language prompts to interact with Wasabi storage using Cursor.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 12.06.51 PM.png)
14. If WACM is connected, you can use it to get information about the sub-accounts.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 12.08.53 PM.png)
