Skip to content
Cline

Backblaze B2 MCP Server for Cline

io.github.backblaze-labs/b2-mcp

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

client:Cline transport:stdio runtime:npm

Install Backblaze B2 MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "b2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@backblaze-labs/b2-mcp"
      ],
      "env": {
        "B2_APPLICATION_KEY_ID": "<B2_APPLICATION_KEY_ID>",
        "B2_APPLICATION_KEY": "<B2_APPLICATION_KEY>",
        "B2_REGION": "<B2_REGION>",
        "B2_MASTER_KEY_ID": "<B2_MASTER_KEY_ID>",
        "B2_MASTER_KEY": "<B2_MASTER_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Backblaze B2 MCP Server in other clients