DataShareManagementClient Claude Desktop Config
Add the DataShareManagementClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-datashare-datashare": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-datashare-datashare"
],
"env": {
"DATASHAREMANAGEMENTCLIENT_API_KEY": "your_datasharemanagementclient_api_key"
}
}
}
}Environment Variables
DATASHAREMANAGEMENTCLIENT_API_KEYReplace your_datasharemanagementclient_api_key with your actual datasharemanagementclient api key
Endpoints
GET
/providers/Microsoft.DataShare/ListInvitationsList the invitations
POST
/providers/Microsoft.DataShare/locations/{location}/RejectInvitationRejects the invitation identified by invitationId
GET
/providers/Microsoft.DataShare/locations/{location}/consumerInvitations/{invitationId}Gets the invitation identified by invitationId
GET
/providers/Microsoft.DataShare/operationsLists the available operations
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accountsList Accounts in a subscription
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accountsList Accounts in a resource group
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Get an account under a resource group
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Create an account in the given resource group
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Delete an account
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}Patch a given account