b2-mcp

backblaze-labs/b2-mcp
★ 1 stars TypeScript AI/LLM Updated today
MCP server for Backblaze B2 — full B2 native API + a minimal S3-compatible set (only operations with no native equivalent)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "b2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "backblaze-labs/b2-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server for [Backblaze B2 Cloud Storage](https://www.backblaze.com/cloud-storage). It lets any MCP-compatible AI client (Claude, and others) operate B2 through a focused, safe set of tools. **40 tools, assigned by backing category:** - **Native B2 SDK (`@backblaze-labs/b2-sdk`) (17)** — B2 control-plane operations the S3 API has no equivalent for: buckets, application keys, Object Lock, event notifications, and Partner/Groups operations.

Tools (20)

B2_ALLOW_INLINE_SECRETSB2_ALLOW_KEY_MGMT_GRANTSB2_ALLOW_UNSCOPED_KEYSB2_APPLICATION_KEYB2_APPLICATION_KEY_IDB2_DESTRUCTIVE_ELICITATIONB2_DESTRUCTIVE_POLICYB2_HTTP_CREDENTIAL_MODEB2_LOG_FILEB2_MAX_KEY_DURATION_SECONDSB2_MCP_OUTPUT_FORMATB2_MCP_TRANSPORTB2_MCP_UA_SUFFIXB2_PRINCIPAL_CREDENTIAL_MAPB2_REGIONB2_S3_SAVE_TO_PATH_IDLE_TIMEOUT_MSB2_SECRET_SINKB2_SECRET_SINK_FILEB2_TRUST_PROXY_HEADERSb2_authorize_account

Topics

b2b2-labsmcpmcp-server