★ 3 stars
Python
📦 Other
Updated 2d ago
Unified MCP server for Juniper Mist, Aruba Central, and HPE GreenLake — one container, one endpoint, all your HPE networking tools
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": {
"hpe-networking-mcp": {
"command": "uvx",
"args": [
"hpe-networking-mcp"
]
}
}
}
Run in terminal:
claude mcp add hpe-networking-mcp uvx hpe-networking-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"hpe-networking-mcp": {
"command": "uvx",
"args": [
"hpe-networking-mcp"
]
}
}
}
Or install with pip: pip install hpe-networking-mcp