Skip to content
MCP-Bridge
Data & Analytics

DataShareManagementClient Claude Desktop Config

Add the DataShareManagementClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_datasharemanagementclient_api_key with your actual datasharemanagementclient api key

Endpoints

GET/providers/Microsoft.DataShare/ListInvitations

List the invitations

POST/providers/Microsoft.DataShare/locations/{location}/RejectInvitation

Rejects the invitation identified by invitationId

GET/providers/Microsoft.DataShare/locations/{location}/consumerInvitations/{invitationId}

Gets the invitation identified by invitationId

GET/providers/Microsoft.DataShare/operations

Lists the available operations

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts

List Accounts in a subscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts

List 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