network-assistant-mcp

Aslu07/network-assistant-mcp

3.1

If you are the rightful owner of network-assistant-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is designed to facilitate communication between local devices and applications, such as Claude Desktop, by providing a structured protocol for data exchange.

Network-Assistant-mcp

This documentation captures the full step-by-step process of installing and running a local Model Context Protocol (MCP) server on a Windows laptop for use with Claude Desktop.

🖥️ Environment OS: Windows 10/11 Python Versions: 3.10 and 3.13 (installed)

Tools Installed: Git (optional) Visual Studio Code (Optional) Claude for Desktop

Network Devices For Testing Purpose: 2x Cisco physical switches (planned integration) Netgear D1500 Router (IP: 192.168.1.1)

⚙️ Installation Steps

  1. Install Python and pip Download from python.org image Added Python to system PATH (checked during installation) Verify by running: python --version in Windows Powershell

2.Install Git Download from git-scm.com and Install Verify by running: git --version in Windows Powershell