Nutanix launches open-source MCP server for hybrid cloud automation
Nutanix has released an open-source Model Context Protocol (MCP) server for its Nutanix Cloud Platform (NCP), allowing enterprises to direct AI coding assistants such as GitHub Copilot, Claude Code and Cursor to execute infrastructure operations across hybrid multicloud environments. The software, available now at developers.nutanix.com, builds on the Nutanix Prism V4 API Gateway and translates plain-English prompts into authenticated, policy-governed API calls.
The release targets a well-documented friction point in enterprise IT: operators increasingly reach for AI assistants to accelerate cloud management, but existing tooling offers no standardised, governance-aware bridge between those assistants and production infrastructure. Nutanix is positioning the MCP server as that bridge, enforcing existing role-based access controls and generating audit logs for every agent-initiated command.
What the server does
The MCP server inherits NCP's fine-grained RBAC framework, restricting autonomous agents to APIs for which they have been explicitly authorised. Built-in throttling and metering are designed to prevent agent-swarm style request floods, while asynchronous task management allows long-running jobs to be offloaded without blocking the agent session. A human-in-the-loop capability is included, so operators retain oversight before changes are committed to production.
For developers, the server exposes system blueprints to AI coding assistants, letting them generate platform-ready scripts in Python, Go, Java, JavaScript, PowerShell, curl or any REST and JSON-compatible format. Thomas Cornely, executive vice president of product management at Nutanix, said the launch "gives customers the confidence to safely use AI to operate and govern their hybrid multicloud environments."
Nutanix did not disclose performance benchmarks, customer adoption figures, or pricing in its release. The company claims to serve 50 per cent of the Global 2000 but did not name any customers that have deployed the MCP server.
Market context
The MCP specification, originally published by Anthropic, has rapidly become a de facto interoperability standard for connecting AI agents to external tools and data sources. A growing number of infrastructure and SaaS vendors have added MCP server support in 2026, recognising that enterprise buyers want AI assistants to work across their existing stack without bespoke integrations for each platform.
Nutanix competes in the hybrid cloud management layer against VMware by Broadcom, which acquired Nutanix's closest historical rival, as well as hyperscaler-native management tooling from AWS, Microsoft Azure and Google Cloud. Agentic automation at the infrastructure layer is also being pursued by a cohort of platform-management startups focused on AIOps and autonomous remediation. The durability of Nutanix's position here will depend partly on how quickly hyperscalers expose similarly governed MCP interfaces of their own.
Regulatory read-across
Enterprises in regulated sectors, including financial services, healthcare and critical infrastructure, face tightening requirements around automated changes to production systems under frameworks such as NIS2, DORA and the UK Cyber Resilience Bill. The audit-trail and RBAC features of the Nutanix MCP server are directly relevant to those obligations, though buyers will need to validate that the logging format meets their specific regulatory evidence requirements before relying on it for compliance purposes.
The open-source release model should accelerate community scrutiny of the server's security posture, but it also means enterprise buyers ought to track the upstream repository for vulnerability disclosures alongside the vendor's own patch cadence.