Server Directory
CloudIntermediate

Azure Blob Storage

by Microsoft

GitHub
2.8k

Microsoft Azure Blob Storage integration for cloud object storage. Upload, download, list containers and blobs, manage access policies, and handle blob metadata.

CAPABILITIES

  • Blob upload and download
  • Container management
  • Access tier management (hot/cool/archive)
  • Shared access signatures
  • Blob metadata and properties
  • Snapshot management

INSTALLATION

Terminal
npx -y @azure/mcp-server-blob-storage

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "azure-blob": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@azure/mcp-server-blob-storage"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Cloud
Difficulty
Intermediate
Maintained By
Microsoft
NPM Package
@azure/mcp-server-blob-storage

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →