Skip to main content

Claude

Overview

The Druva Model Context Protocol (MCP) Connector allows Claude App to securely interface with Druva Cloud via natural-language prompts. Authentication uses OAuth, ensuring all interactions strictly follow your existing Role-Based Access Control (RBAC) permissions.

Prerequisites

  • Installed and accessible Claude application.

  • Valid Druva administrator credentials.

  • Permission to authorize third-party connectors.


❗️Important

Druva MCP Connector for Claude is not supported on Druva Australia Cloud or FedRAMP GovCloud.


Security & Access Control

  • RBAC Compliance: Claude operates strictly under the permissions of the authenticated Druva user. It cannot bypass access controls or read unauthorized data.

  • Deletion Guardrails: The Druva MCP server supports read and administrative configuration tasks only. It cannot delete backup data or Druva Cloud configurations.

Procedure

Install Claude for Claude Desktop App

  1. Open Claude Desktop and select Customize from the left navigation panel.

  2. Select Connectors.

  3. Click the Add dropdown in the upper-right corner and select Browse connectors.

  4. Search for Druva Connector and click +. You will be redirected to the Druva Console.

  5. Sign in with your Druva administrator credentials.

  6. Review the MCP server authorization request and click Allow.

Disconnecting the Connector

  1. In Claude Desktop, navigate to Customize > Connectors.

  2. Locate Druva MCP and select Disconnect (or Remove).

Install Druva MCP using Claude CLI

  1. From the Claude CLI, run the following command in your terminal.

claude mcp add druva --transport http https://mcp.druva.com/mcp

Or

add it manually to your Claude config (~/.claude.json or project-level .claude/settings.json):

{
"mcpServers": {
"druva": {
"type": "http",
"url": "https://mcp.druva.com/mcp"
}
}
}

2. When you connect to the MCP server for the first time, your agent prompts you to authenticate by redirecting to the Druva console.

3. Login to the console with your Admin credentials.

4. Review the MCP server authorization request and click Allow.

Connection Verification

  1. Open a new conversation in Claude.

  2. Execute a test query to confirm access:

    • Give me an update on the latest backup status.

    • Provide a summary of my Druva environment.

Example Prompts

  • Backup Health: Provide a summary of backup health across my Druva environment.

  • Alert Monitoring: Show me recent critical alerts in my Druva environment.

  • Audit Logs: Show me recent audit activity and summarize key events.

  • Troubleshooting: Help me investigate recent backup failures and identify possible causes.

Frequently Asked Questions

Are separate MCP credentials required?

No. Authentication relies directly on your existing Druva Console credentials via OAuth.

Can Claude access all Druva data?

No. Access is constrained to the permissions assigned to your authenticated Druva user.

Can Claude delete backup data?

No. Destructive actions like backup or configuration deletion are not supported by the MCP server.

Did this answer your question?