MCP.so
Sign In

MCP Nutanix

@thunderboltsid

About MCP Nutanix

MCP Server for Nutanix

Basic information

Category

Other

License

MIT

Runtime

go

Transports

stdio

Publisher

thunderboltsid

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Nutanix?

MCP Nutanix is an experimental Model Context Protocol (MCP) server that enables Large Language Models (LLMs) to interact with Nutanix Prism Central APIs. It is a personal project not officially supported by Nutanix, intended for exploration and not for production use.

How to use MCP Nutanix?

Build the server with Go 1.23+, then configure an MCP client (e.g., Claude Desktop, Cursor) to run the binary via stdio. For interactive clients, credentials are prompted; for non‑interactive clients, set environment variables NUTANIX_ENDPOINT, NUTANIX_USERNAME, NUTANIX_PASSWORD, and optionally NUTANIX_INSEcure. Use built‑in tools to list resources (e.g., vms, clusters) and resource URIs (e.g., vm://{uuid}) to get details.

Key features of MCP Nutanix

  • Connects to Nutanix Prism Central with user credentials.
  • Lists VMs, clusters, hosts, images, and subnets.
  • Retrieves detailed JSON for specific resources via URI.
  • Supports interactive (default) and static credential modes.
  • Uses standard MCP stdio transport for client compatibility.
  • Built with the Prism Go Client and MCP Go library.

Use cases of MCP Nutanix

  • An LLM‑powered assistant queries the state of Nutanix infrastructure.
  • Automating resource inventory and reporting for a Prism Central environment.
  • Validating VM or cluster configurations through natural language conversation.
  • Troubleshooting by fetching resource details on demand.

FAQ from MCP Nutanix

What does MCP Nutanix do vs official Nutanix tools?

It is an experimental MCP server that exposes Prism Central read operations to LLMs, not a production tool. It is unsupported and not endorsed by Nutanix.

What are the runtime requirements?

Go 1.23 or higher and access to a Nutanix Prism Central instance. The server builds from source; no pre‑compiled binaries are provided.

How are credentials provided to MCP Nutanix?

Interactive clients (e.g., Claude) prompt for endpoint, username, password. Non‑interactive clients (e.g., Cursor) use environment variables: NUTANIX_ENDPOINT, NUTANIX_USERNAME, NUTANIX_PASSWORD, and optionally NUTANIX_INSEcure.

What are the known limitations?

Read‑only operations only; no create/update/delete. Response size is limited by the MCP protocol. No pagination support; large resource responses may cause errors.

What transport and authentication does MCP Nutanix use?

Stdio transport with no additional authentication beyond the Prism Central API credentials. No support for alternative transports or auth schemes.

Comments

More Other MCP servers