Home › Cloud & Monitoring › Backblaze B2 MCP Server
Backblaze B2 MCP Server
Official Backblaze B2 MCP server for buckets, files, keys, Object Lock, and S3 storage.
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.1)
npx -y @backblaze-labs/b2-mcp@0.2.1
Or add to your MCP client config:
{
"mcpServers": {
"b2-mcp": {
"command": "npx",
"args": [
"-y",
"@backblaze-labs/b2-mcp@0.2.1"
],
"env": {
"B2_APPLICATION_KEY_ID": "<YOUR_VALUE>",
"B2_APPLICATION_KEY": "<YOUR_VALUE>",
"B2_REGION": "<YOUR_VALUE>",
"B2_MASTER_KEY_ID": "<YOUR_VALUE>",
"B2_MASTER_KEY": "<YOUR_VALUE>"
}
}
}
}
B2_APPLICATION_KEY_IDrequired secret — Backblaze B2 application key ID for native B2 and S3-compatible tools.B2_APPLICATION_KEYrequired secret — Backblaze B2 application key secret.B2_REGION— Optional fallback S3-compatible region used before authorization.B2_MASTER_KEY_IDsecret — Optional master key ID for Partner/Groups API tools.B2_MASTER_KEYsecret — Optional master key secret for Partner/Groups API tools.
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry