---
title: "Claude With Wasabi MCP"
slug: "claude-with-wasabi-mcp"
updated: 2026-07-07T21:10:38Z
published: 2026-07-07T21:10:38Z
canonical: "docs.wasabi.com/claude-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.

# Claude 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.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 Claude account

## Configuring Claude for Wasabi MCP

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

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.23.26 PM.png)
2. Navigate to **Connectors** and click **Customize**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.25.40 PM.png)
3. On the Connectors page, click **Add Custom Connector**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.29.20 PM.png)
4. In the Add Custom Connector dialog box, provide the following details and click **Add**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.36.24 PM.png)
  - Name for the connector (in our example, it is Wasabi S3)
  - URL of the MCP server (https://mcp.wasabisys.dev/s3)
5. Click **Connect.**

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.39.22 PM.png)
6. You will be directed to the mcp.wasabisys.dev/s3 URL. Click **Sign in to Wasabi**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-07 at 11.20.27 AM.png)
7. Provide the following details and click **Sign in**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.45.20 PM(1).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, IAM, and AiR are highlighted in green (indicating they are enabled). Click **Return to AI editor**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 10.55.54 PM.png)
11. Under Tool permissions, change **Read-only tools** and **Write/delete tools** from Needs approval to the desired action—**Blocked**, **Always Allow**, or **Custom**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-07-06 at 11.02.17 PM.png)
12. You successfully connected your Wasabi storage account with Wasabi’s MCP service. You can test it by using the prompt—**List all my buckets**—and your buckets will be listed.

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