MCP 实时网络搜索工具
为AI模型提供实时网络搜索能力的MCP服务器。
快速入门
-
克隆仓库并进入目录: git clone https://github.com/gabrimatic/mcp-web-search-tool.git cd mcp-web-search-tool
-
安装依赖: npm install
-
创建
.env
文件并配置 Brave API 密钥: BRAVE_API_KEY=your_api_key_here -
构建项目: npm run build
-
启动服务器: npm start
-
测试功能: node test-server.js
更多集成方式请参考 README。