Azure Blob Container

Azure Blob Container MCP Connector for Claude

A+

This MCP does exactly one thing: it manages files in a single Azure Blob Container. That's its only function, and nothing else. Incredible for giving your AI secure file storage.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This server strips away dangerous global Azure permissions. It gives your AI agent one surgical superpower: the ability to read, write, and list files inside one specific Blob Container.

By strictly scoping access, your AI can safely persist data, analyze documents, and manage its own workload without ever touching your critical cloud infrastructure.

The Superpowers

  • Absolute Containment: The agent is locked to a single container. It cannot list other containers or delete your company's production backups.
  • Native Azure Integration: Direct, high-performance interactions with Azure Blob Storage using Entra ID Service Principals.
  • Plug & Play File System: Instantly gives your agent a massive cloud hard drive to store its memories, generated assets, and processed reports.
object-storagefile-managementcloud-securitydata-persistencescoped-accessblob-storage

4 tools expose this connector's capabilities to your AI agent.

delete_blob

Use with caution. Delete a file from the configured container

get_blob

Download and read the contents of a specific file

list_blobs

You can optionally provide a prefix to filter by a specific "folder" path. List files (blobs) inside the configured Azure Blob Container

put_blob

Create or overwrite a file in the configured container

See how to talk to your AI agent using Azure Blob Container.

List all files in the 'invoices/' folder.

I found 3 files with the prefix 'invoices/': invoice_001.json, invoice_002.json, and invoice_003.json.

Read the contents of 'config.json'.

Here is the content of 'config.json': `{"retentionDays": 30, "active": true}`.

Save this summary as 'reports/summary.txt'.

The file 'reports/summary.txt' has been created successfully in the Azure Blob Container.

To enforce zero-trust security. An autonomous AI agent should not have the ability to read or delete files across your entire Azure Storage Account. By scoping it to a single container, you eliminate the risk of accidental or malicious data loss in other containers.

Related Connectors