MCP 服务器集合
提供与 Cursor 配合使用的 Model Context Protocol (MCP) 服务器集合。
快速入门
- 克隆仓库:
git clone https://github.com/wadewegner/mcp-servers.git
- 安装依赖:
npm install
- 构建项目:
npm run build
- 运行 Weather MCP 服务器:
node build/index.js
- 运行 DigitalOcean MCP 服务器:
node build/index.js digitalocean
测试
运行测试脚本示例:node tests/test-simple.mjs
集成
在 .cursor/mcp.json
文件中添加对应配置即可使用。