本地MCP服务器集合
为企业提供本地托管的MCP服务器,扩展Claude Desktop功能并保护数据隐私。
快速入门
前置条件
- 安装 Python 3.9+
- 安装 Claude Desktop 应用程序
安装步骤
- 安装 UV 工具: pip install uv
- 克隆仓库: git clone https://github.com/saptechengineer/mcp.git cd mcp
- 设置每个服务(以天气服务为例): cd weather uv venv uv pip install -r requirements.txt
配置
修改配置文件中的路径,确保指向正确的 Python 和脚本位置。
使用
- 查询天气:What's the current weather in New York City?
- 获取 LinkedIn 资料:Create a proper profile page with the details of [LinkedIn URL]
更多详情见仓库 README。