MCP 网络搜索工具
强大的模型上下文协议 (MCP) 服务器,通过可插拔的搜索提供程序提供实时网络搜索功能。目前已与Brave Search API集成。
✨ 特点
- 实时信息访问:使人工智能助手能够从网络上检索最新信息
- 可插拔搜索提供商:模块化架构允许在不同的搜索引擎之间轻松切换
- 结构化输出格式:以干净、一致的 JSON 格式返回搜索结果
- 智能查询处理:自动对查询进行分类,并为人工智能助手提供上下文感知指导
📋 要求
- Node.js :v16.x 或更高版本
- npm :v7.x 或更新版本
- Brave Search API 密钥:访问 Brave Search API 所需
🚀 安装
- 克隆存储库:
- 安装依赖项:
- 配置环境变量:在项目根目录中创建一个
.env
文件: - 构建项目:
💻 使用方法
启动服务器
测试服务器
与 Claude 桌面应用程序集成*(可选)*
该项目最令人兴奋的方面之一是它与 Claude 桌面应用程序的无缝集成。这种集成允许用户向 Claude 提出需要实时信息的问题,Claude 会自动使用网页搜索工具提供最新的答案。
配置
- 创建
claude_desktop_config.json
文件: - 使用您的配置文件启动 Claude Desktop。
- 向 Claude 询问需要实时信息的问题,它将自动使用网络搜索工具。
Youtube 视频
观看 Claude 使用 MCP Web 搜索工具进行实时 AI 浏览!
示例查询:
- “今晚的 NBA 比赛结束后,分析师对 MVP 之争有何看法?”
- “关于人工智能有哪些最新消息?”
- “今天纽约的天气怎么样?”
- “目前股市表现如何?”
🛠️ 可用工具
网页搜索
- 工具名称:
web_search
- 描述:在网络上搜索实时信息
- 必备信息:天气、时事、体育比分、股市更新
- 参数:
search_term
(字符串):要查找的搜索词provider
(字符串,可选):搜索提供者(默认为 Brave)
查询类别
该工具自动将查询分类为:
- 天气信息
- 时事和新闻
- 体育比分和结果
- 股票市场和财务数据
- 时间敏感信息
- 一般信息搜索
📜 许可证
👨💻 开发人员
© 保留所有权利。
📝 Medium 文章
在我们的 Medium 文章中详细了解 MCP 网络搜索工具、其功能以及它如何增强 AI 驱动的网络搜索:📖 深入了解 MCP 网络搜索工具
☕ 支持
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器通过可插入搜索提供程序为 AI 助手提供实时网络搜索功能,目前与 Brave Search API 集成。
Related MCP Servers
- AsecurityAlicenseAqualityFacilitates integration of Brave Search functionalities with AI assistants through the Model Context Protocol, enabling web and local searches using the Brave Search API.Last updated -24PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -319PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform real-time web searches using the Exa AI Search API in a safe and controlled manner.Last updated -1,964
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -1448JavaScript