ntnx-api-mcp-server

nutanix/ntnx-api-mcp-server
★ 5 stars Python AI/LLM Updated 5d ago
Nutanix Prism Central meets AI - an open-source MCP server exposing 1,000+ V4 API operations to AI assistants through natural language. Schemas resolved from your cluster's running PC version, not a generic latest. Read-only by default, audit-logged, air-gap supported. Technical Preview. Apache 2.0.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ntnx-api-mcp-server": {
      "command": "uvx",
      "args": [
        "ntnx-api-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ntnx-api-mcp-server