mcpbeat Sign in

Backblaze B2 MCP Server

by backblaze-labs Your server? Claim it
local only

Backblaze B2 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 227 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 163 · avg 16 · -12% w/w
a month agotoday
227
Installs / week
npm · @backblaze-labs/b2-mcp
9
Stars
17 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const credentialEnvPresent = Object.entries(process.env).some(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 b2-mcp -- npx -y @backblaze-labs/b2-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "b2-mcp": {
      "args": [
        "-y",
        "@backblaze-labs/b2-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.b2-mcp]
command = "npx"
args = ["-y", "@backblaze-labs/b2-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "b2-mcp": {
      "args": [
        "-y",
        "@backblaze-labs/b2-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "b2-mcp": {
      "args": [
        "-y",
        "@backblaze-labs/b2-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Backblaze B2 MCP Server

same job, measured the same way
MCP S3
by infoinlet-marketplace

Read-only S3/MinIO/R2 object storage for AI agents — list buckets/objects, metadata, fetch.

42 installs/wk local only
HybridS3
by psyb0t

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

local only
Tigris MCP Server
by storage

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

answering
Nanobanana 2 Polzaia MCP Server
by ivanantigravity-lgtm

Nano Banana MCP server backed by Polza media and storage APIs.

123 installs/wk local only
ProxmoxMCP-Plus
by rekklesna

Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations.

1 751 installs/wk local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

86 installs/wk local only
GPT Image 2 Polza MCP Server
by ivanantigravity-lgtm

GPT Image 2 MCP server backed by Polza media and storage APIs.

74 installs/wk local only
Infino AI
by infino-ai

Keyword, vector, hybrid, and SQL retrieval over data on object storage, for AI agents.

635 installs/wk local only

Backblaze B2 MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Backblaze B2 MCP Server?
Backblaze B2 MCP Server 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 @backblaze-labs/b2-mcp was installed 227 times last week.
How do I connect Backblaze B2 MCP Server?
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 @backblaze-labs/b2-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Backblaze B2 MCP Server?
The npm package @backblaze-labs/b2-mcp was installed 227 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Backblaze B2 MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 9 stars on GitHub and 17 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.