MCP server
Backblaze B2 MCP Server
npm-installable server for Backblaze B2 buckets, files and application keys.
Add it to your client
CommunityInstall
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.
Similar MCP servers
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
Neon MCP Server
MCP serverHosted MCP endpoint for Neon Postgres projects, branches and migrations.
DatabasesCloud Platforms & Infrastructure
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Comments(0)
Sign in to comment