cisco-imc-mcp

ahmetem/cisco-imc-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Local MCP server for managing Cisco UCS C-Series / HyperFlex via IMC XML API (Nuova) from Claude Desktop. 9 tools, GPL v3.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cisco-imc-mcp": {
      "command": "uvx",
      "args": [
        "cisco-imc-mcp"
      ]
    }
  }
}

Or install with pip: pip install cisco-imc-mcp