b2-mcp-server

ffumero2003/b2-mcp-server
★ 0 stars TypeScript File System Updated 5d ago
MCP server exposing Backblaze B2 Cloud Storage as tools an AI client can call — list, upload, download, delete, and report bucket usage against a budget. TypeScript, stdio, filesystem access fenced and denied by default.
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "ffumero2003/b2-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP server that exposes Backblaze B2 Cloud Storage as tools any MCP-compatible AI client can call. Manage B2 by talking to an assistant -- "which buckets are over 80% of their budget?", "upload this file", "delete that version" -- instead of writing SDK code or clicking through the web console. Nine tools over stdio: list buckets, list files, upload, download, hide, unhide,

Tools (15)

B2_APPLICATION_KEYB2_APPLICATION_KEY_IDB2_ARCHIVE_ROOTB2_AUDIT_LOGB2_DOWNLOAD_ROOTB2_UPLOAD_ROOTb2_bucket_usageb2_delete_file_versionb2_download_fileb2_hide_fileb2_list_bucketsb2_list_filesb2_list_keysb2_unhide_fileb2_upload_file