Setup guides and configuration for connecting Claude Desktop to Juniper Mist and HPE Aruba Central using the unified hpe-networking-mcp server.
- Setup guides for macOS Apple Silicon and Windows 11 (see docs/)
- Claude Desktop config example
- Secrets folder structure (examples only — never commit real credentials)
- Clone the MCP server: https://github.com/nowireless4u/hpe-networking-mcp
- Follow the setup guide for your OS in the docs/ folder
- Copy secrets.example/ to secrets/ and fill in your real credentials
- Build and run the Docker container
- Configure Claude Desktop using claude_desktop_config.example.json
- Docker Desktop
- Node.js 18+
- Claude Desktop
- HPE GreenLake API credentials (Client ID + Secret)
- Juniper Mist API token
- docs/HPE_Networking_MCP_macOS_v2.0.docx — Apple Silicon Mac setup
- docs/HPE_Networking_MCP_Windows11_v2.0.docx — Windows 11 setup
See claude_desktop_config.example.json — uses mcp-remote to bridge Claude Desktop to the Docker container over SSE.
This setup uses the community hpe-networking-mcp unified server: https://github.com/nowireless4u/hpe-networking-mcp Covers Juniper Mist (209 tools) and Aruba Central (624 tools).
- Never commit real credentials to Git
- The secrets/ folder is excluded via .gitignore
- Use secrets.example/ as a template only