MCP server for Azure Blob Storage
Natural language access to Azure Blob Storage. Manage containers, blobs, and storage accounts.
{
"mcpServers": {
"azure-blob": {
"mcpServers": {
"azure-blob": {
"env": {
"AZURE_STORAGE_CONNECTION_STRING": "YOUR_CONNECTION_STRING"
},
"args": [
"-y",
"azure-blob-storage-mcp-server"
],
"command": "npx"
}
}
}
}
}