MCP Directory
Back

MCP-Az-storage-Svc-Sample

by MSFT-Innovation-Hub-India · Python · ★ 3

This repository implements an MCP (Model Context Protocol) server that exposes various functionalities on an Azure Blob Storage account. It is based on the MCP SDK from Anthropic, which can be found at: https://github.com/modelcontextprotocol/python-sdk. It has sample code for an MCP Server and MCP Client

Install

pip install git+https://github.com/MSFT-Innovation-Hub-India/MCP-Az-storage-Svc-Sample.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-az-storage-svc-sample": {
      "command": "uvx",
      "args": [
        "git+https://github.com/MSFT-Innovation-Hub-India/MCP-Az-storage-Svc-Sample.git"
      ]
    }
  }
}

From the README

This repository contains sample projects demonstrating how to use the Model Context Protocol (MCP) with Azure Blob Storage. It includes both a server and a client implementation. - **MCP Server for Azure Blob Storage** Implements an MCP server that exposes Azure Blob Storage operations (list, create, delete containers/blobs, upload/download blobs) via asynchronous Python APIs. - Uses Microsoft Entra Managed Identity or Azure CLI authentication. - Designed for integration with MCP-compatible applications. - [Read the full server README](./mcp-server-az-storage-svc/README.md) - **M…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers