Back to MCP Servers
Nutanix
Go-based MCP Server for interfacing with Nutanix Prism Central resources.
cloud-platformsgo
Installation
npx -y mcp-nutanixConfiguration
{
"mcpServers": {
"mcp-nutanix": {
"command": "npx",
"args": ["-y", "mcp-nutanix"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes