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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related filesystem servers