网络助理mcp
本文档记录了在Windows笔记本电脑上安装和运行本地模型上下文协议(MCP)服务器以与Claude Desktop一起使用的完整分步过程。
🖥️ 环境 操作系统:Windows 10/11 Python版本:3.10和3.13(已安装)
已安装的工具: Git(可选) Visual Studio代码(可选) Claude桌面版
用于测试目的的网络设备: 2台思科物理交换机(计划集成) Netgear D1500路由器(IP:192.168.1.1)
⚙️ 安装步骤
- 安装Python和pip
下载自 python.org 将Python添加到系统中
PATH (安装时检查) 在Windows Powershell中运行python--version进行验证
2.安装Git 下载自 git-scm.com 并安装 在Windows Powershell中运行git--version进行验证
