MCP server providing file and container management for Azure Data Lake Storage Gen2 with read/write and metadata operations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Adls MCP Server.
list_filesystemsList all filesystems in the storage account
create_filesystemCreate a new filesystem
delete_filesystemDelete an existing filesystem
upload_fileUpload a file to ADLS2
download_fileDownload a file from ADLS2
file_existsCheck if a file exists
A Model Context Protocol (MCP) server implementation for Azure Data Lake Storage Gen2. This service provides a standardized interface for interacting with ADLS2 storage, enabling file operations through MCP tools.
Requires Python 3.13 or higher.
Install the package using uv:
1 - Edit Claude Desktop Configuration:
Open claude_desktop_config.json and add the following configuration.
On MacOs, the file is located here:
~/Library/Application Support/Claude Desktop/claude_desktop_config.json.
On Windows, the file is located here:
%APPDATA%\Claude Desktop\claude_desktop_config.json.
The following is a table of available environment configuration variables:
| Variable | Description | Default |
|---|---|---|
LOG_LEVEL | Logging level | INFO |
UPLOAD_ROOT | Root directory for file uploads | ./uploads |
DOWNLOAD_ROOT | Root directory for file downloads | ./downloads |
AZURE_STORAGE_ACCOUNT_NAME | Azure ADLS2 storage account name | None |
AZURE_STORAGE_ACCOUNT_KEY | Azure ADLS2 storage account key (optional) | None |
READ_ONLY_MODE | Whether the server should operate in read-only mode | true |
If AZURE_STORAGE_ACCOUNT_KEY is not set, the server will attempt to authenticate using Azure CLI credentials. Ensure you have logged in with Azure CLI before running the server:
2 - Restart Claude Desktop.
list_filesystems - List all filesystems in the storage accountcreate_filesystem - Create a new filesystemdelete_filesystem - Delete an existing filesystemupload_file - Upload a file to ADLS2download_file - Download a file from ADLS2file_exists - Check if a file existsrename_file - Rename/move a fileget_file_properties - Get file propertiesget_file_metadata - Get file metadataset_file_metadata - Set file metadataset_file_metadata_json - Set multiple metadata key-value pairs using JSONcreate_directory - Create a new directorydelete_directory - Delete a directoryrename_directory - Rename/move a directorydirectory_exists - Check if a directory existsdirectory_get_paths - Get all paths under the specified directory1 - Clone the repository:
2 - Create and activate virtual environment:
Linux/macOS:
Windows:
3 - Install dependencies:
4 - Copy and configure environment variables:
Edit .env with your settings.
If AZURE_STORAGE_ACCOUNT_KEY is not set, the server will attempt to authenticate using Azure CLI credentials. Ensure you have logged in with Azure CLI before running the server:
5 - Claude Desktop Configuration
Open claude_desktop_config.json and add the following configuration.
On MacOs, the file is located here:
~/Library/Application Support/Claude Desktop/claude_desktop_config.json.
On Windows, the file is located here:
%APPDATA%\Claude Desktop\claude_desktop_config.json.
6 - Restart Claude Desktop.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m '✨ Add some AmazingFeature')git push origin feature/AmazingFeature)Licensed under MIT - see LICENSE.md file.
This is not an official Microsoft product.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/erikhoward-adls-mcp-server)<a href="https://allmcps.com/mcp/erikhoward-adls-mcp-server"><img src="https://allmcps.com/api/badge/erikhoward-adls-mcp-server?style=directory" alt="Adls MCP Server on AllMCPs" /></a>