Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Backblaze B2 MCP Server logo
MCP server

Backblaze B2 MCP Server

npm-installable server for Backblaze B2 buckets, files and application keys.

0
SaveVisit website ↗

Add it to your client

Community
Install
npx backblaze-mcp
mcpServers
{
  "mcpServers": {
    "backblaze-b2-mcp": {
      "command": "npx",
      "args": [
        "backblaze-mcp"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Required
License
MIT
Tools
listBucketscreateBucketuploadFilelistFileNamesgetFileInfodeleteFileVersionstartLargeFilefinishLargeFilecreateKeylistKeys

It calls the native B2 API instead of the S3 gateway, which means B2's own concepts show up as tools: file versions, hiding a file, download authorisations. Large uploads follow the proper multipart flow, from starting a large file through uploading parts to finishing or cancelling it. Application keys can be created, listed and revoked in the same session; this is a community project rather than a Backblaze release.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?