Skip to content
MCP-Bridge
Cloud Infrastructure

DataLakeAnalyticsCatalogManagementClient Claude Desktop Config

Add the DataLakeAnalyticsCatalogManagementClient 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-datalake-analytics-catalog": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-datalake-analytics-catalog"
      ],
      "env": {
        "DATALAKEANALYTICSCATALOGMANAGEMENTCLIENT_API_KEY": "your_datalakeanalyticscatalogmanagementclient_api_key"
      }
    }
  }
}

Environment Variables

DATALAKEANALYTICSCATALOGMANAGEMENTCLIENT_API_KEY

Replace your_datalakeanalyticscatalogmanagementclient_api_key with your actual datalakeanalyticscatalogmanagementclient api key

Endpoints

GET/catalog/usql/databases

Catalog_ListDatabases

GET/catalog/usql/databases/{databaseName}

Catalog_GetDatabase

GET/catalog/usql/databases/{databaseName}/assemblies

Catalog_ListAssemblies

GET/catalog/usql/databases/{databaseName}/assemblies/{assemblyName}

Catalog_GetAssembly

GET/catalog/usql/databases/{databaseName}/credentials

Catalog_ListCredentials

GET/catalog/usql/databases/{databaseName}/credentials/{credentialName}

Catalog_GetCredential

GET/catalog/usql/databases/{databaseName}/externaldatasources

Catalog_ListExternalDataSources

GET/catalog/usql/databases/{databaseName}/externaldatasources/{externalDataSourceName}

Catalog_GetExternalDataSource

GET/catalog/usql/databases/{databaseName}/schemas

Catalog_ListSchemas

GET/catalog/usql/databases/{databaseName}/schemas/{schemaName}

Catalog_GetSchema