We are thrilled to announce the technology preview of the MCP server for Nutanix Cloud Platform, a powerful new tool designed to securely and efficiently bridge the gap between AI/LLMs and your Nutanix infrastructure. Model Context Protocol (MCP) is an open-source standard for connecting AI assistants to the point-of-record systems where data lives, including content repositories, business tools, and development environments.
As organizations increasingly adopt AI-powered applications, the MCP server for Nutanix Cloud Platform provides a production-ready way for AI assistants such as GitHub Copilot, the Claude AI assistant by Anthropic, Cursor, Postman agents, and Custom Datacenter Management agents to directly interact with Nutanix's V4 APIs.
MCP server for Nutanix Cloud Platform allows infrastructure admins to communicate with the infrastructure the way they want while reducing the friction to get to the how.. Here are the key use cases you can unlock with the technology preview of this release:
By integrating the MCP server into Agentic AI systems such as Cursor, Claude Code or VS Code, admin and IT operators can now either directly perform operations, build automation scripts or build custom agents that can orchestrate Nutanix’s V4 APIs. The MCP server exposes the following 4 tools:
| Tool | Purpose |
|---|---|
| listOperations | List API operations (filter by namespace/search) |
| getOperationSchema | Full schema for an operation ID |
| getCodeSample | Code sample for an operation + language |
| getOperationPermissions | Roles/permissions for an operation |
These tools help coding agents and LLMs retrieve per-operation code samples and full parameter schemas to generate accurate automation scripts for any V4 API operation in Nutanix SDK-supported languages (Python, Go, JavaScript, curl, PowerShell, C#) as well as any REST/JSON-compatible language or tool including Ansible, Terraform, and others. The V4 API supports OData filtering, sorting, and field selection; idempotency via request IDs; and ETag-based conditional updates all of which are provisioned through the MCP with per-operation field lists and usage constraints. Each operation includes structured annotations covering required parameters, valid filter/select fields, write workflow guidance, and immutable fields, enabling developers to generate correct scripts without consulting external documentation.
With legacy Nutanix APIs (v0.8, v1, v2, and v3) planned for deprecation, migrating to the V4 API family is critical. The MCP server for Nutanix API acts as a migration assistant. Users can simply provide an existing script that is based on V3 API and prompt the agent to convert it to V4 API based script.
You can prompt the coding agent to determine the exact permissions required to run a specific workflow or code block. This allows you to accurately construct your own custom roles and Access Control Policies in Identity and Access Management (IAM), tailoring permissions for your service accounts.
IT operators/Admins can leverage the MCP server to build their own specialized custom AI agents that can build your datacenter and monitor it by querying their infrastructure's health/capacity, and system performance. By executing operations such as listing virtual machines or retrieving entity-specific statistics, your custom datacenter management agents can dynamically render custom UI dashboards that reflect the real-time status of your Nutanix environment.
Designed to allow autonomous AI agents to operate safely and accountably within your environment, the MCP server acts as a streamlined passthrough. All execution, governance, and security controls are robustly handled by the Nutanix Prism V4 API Gateway.
The MCP Server helps AI agents build a semantic layer on the underlying hybrid cloud datacenters. The semantic layer helps with reasoning. If your underlying platform does not present a consistent state, the MCP server by itself will not add much value. Further, if your underlying platform does not provide a governance layer, then the onus to provide that governance will be on agents which will potentially compromise the security. This MCP Server extends the reliable, scalable and secure Nutanix Cloud platform that consists of the following key architectural elements:
You can download and deploy the technology preview of the MCP server from developers.nutanix.com. You can deploy it on your desktop directly from the IDE of your choice: Cursor, Claude code etc. The MCP server for Nutanix Cloud Platform features a low memory footprint of under 10MB and is designed to be hosted wherever it fits best in your workflow.
In addition to the MCP server technology preview, Nutanix has announced Nutanix Agentic AI solution. Nutanix Agentic AI solution is a comprehensive full-stack software offering that establishes a cloud operating model for constructing and governing enterprise AI factories. In collaboration with the NVIDIA accelerated computing ecosystem, this solution streamlines operations while enabling maximized performance and robust security to efficiently optimize GPU resources and overall token expenditures. For more information on Nutanix Agentic AI solution please visit https://www.nutanix.com/solutions/ai
Thanks to the many contributors to this release: