MCP 实时网络搜索工具

MCP 实时网络搜索工具

为AI模型提供实时网络搜索能力的MCP服务器。

快速入门

  1. 克隆仓库并进入目录: git clone https://github.com/gabrimatic/mcp-web-search-tool.git cd mcp-web-search-tool

  2. 安装依赖: npm install

  3. 创建 .env 文件并配置 Brave API 密钥: BRAVE_API_KEY=your_api_key_here

  4. 构建项目: npm run build

  5. 启动服务器: npm start

  6. 测试功能: node test-server.js

更多集成方式请参考 README。