mcpbeat Sign in

Wasabi MCP Server

local only

Wasabi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for Wasabi buckets and objects via S3. Needs access keys.

Installs / week
npm · @mrfentmen/wasabi-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wasabi MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wasabi-mcp -- npx -y @mrfentmen/wasabi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wasabi-mcp": {
      "args": [
        "-y",
        "@mrfentmen/wasabi-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wasabi-mcp]
command = "npx"
args = ["-y", "@mrfentmen/wasabi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wasabi-mcp": {
      "args": [
        "-y",
        "@mrfentmen/wasabi-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wasabi-mcp": {
      "args": [
        "-y",
        "@mrfentmen/wasabi-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Wasabi MCP

same job, measured the same way
Storj MCP
by mrfentmen

MCP server for Storj buckets and objects via S3. Needs access keys.

local only
Backblaze B2 MCP Server
by backblaze-labs

Official Backblaze B2 MCP server for buckets, files, keys, Object Lock, and S3 storage.

92 installs/wk local only
MCP Server Filesystem
by bytedance

MCP server for filesystem access

333 installs/wk local only
Tigris MCP Server
by storage

Tigris MCP Server seamlessly connects AI agents to Tigris bucket and object management.

answering
Zen MCP
by sh6drack

MCP server for Zen Browser automation via WebDriver BiDi

53 installs/wk local only
HybridS3
by psyb0t

Self-hosted S3-compatible object storage server with an MCP interface for AI agents.

local only
Arweave MCP
by mrfentmen

Keyless MCP server for Arweave: network info, transactions, wallet balances, storage price.

local only
S3
by ofershap

AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs.

59 installs/wk local only

Wasabi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Wasabi MCP?
Wasabi MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/wasabi-mcp.
How do I connect Wasabi MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/wasabi-mcp straight from npm; nothing to host, nothing to sign up for.
Is Wasabi MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.