thunderboltsid/mcp-nutanix
by Various
MCP Server for Nutanix
MCP
thunderboltsid/mcp-nutanix
Added 1 June 2026
Overview
An MCP server that exposes Nutanix infrastructure management as tools for AI agents. It uses Go to bridge the Model Context Protocol with Nutanix APIs, enabling automated cluster operations.
Best for
Best for
DevOps engineers managing Nutanix clusters who want AI-driven automation
Use cases
- Provision and manage Nutanix VMs through natural language prompts
- Query cluster health and resource utilization via an AI assistant
- Automate routine Nutanix administrative tasks with agent workflows
How to use
Install
make build Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "nutanix": {\n "command": "/path/to/mcp-nutanix",\n "env": {\n "NUTANIX_ENDPOINT": "your-prism-central-ip-or-hostname",\n "NUTANIX_USERNAME": "your-username", \n "NUTANIX_PASSWORD": "your-password",\n "NUTANIX_INSECURE": "true"\n }\n }\n }\n} Notes
An MCP server that exposes Nutanix infrastructure management as tools for AI agents. It uses Go to bridge the Model Context Protocol with Nutanix APIs, enabling automated cluster operations.
13 stars on GitHub. Last updated 2026-01-29. Licensed MIT.
Use cases
- Provision and manage Nutanix VMs through natural language prompts
- Query cluster health and resource utilization via an AI assistant
- Automate routine Nutanix administrative tasks with agent workflows
Pros
- Direct integration with Nutanix APIs for infrastructure control
- Lightweight Go implementation with minimal dependencies
- Open source with clear MCP protocol adherence
Cons
- Small community and limited documentation due to early stage
- Requires existing Nutanix environment and credentials
- Niche use case limited to Nutanix users
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Direct integration with Nutanix APIs for infrastructure control
- Lightweight Go implementation with minimal dependencies
- Open source with clear MCP protocol adherence
Cons
- Small community and limited documentation due to early stage
- Requires existing Nutanix environment and credentials
- Niche use case limited to Nutanix users
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.