MCP Web Search Tool

Integrations

  • Integrates with the Brave Search API to provide real-time web search capabilities, allowing AI assistants to retrieve up-to-date information from the web with customizable result limits

  • Contains a link to a detailed article about the MCP Web Search Tool's capabilities and how it enhances AI-driven web search

  • Mentioned in the context of a demonstration video showing the MCP Web Search Tool in action for real-time AI browsing

MCP 网络搜索工具

强大的模型上下文协议 (MCP) 服务器,通过可插拔的搜索提供程序提供实时网络搜索功能。目前已与Brave Search API集成。

✨ 特点

  • 实时信息访问:使人工智能助手能够从网络上检索最新信息
  • 可插拔搜索提供商:模块化架构允许在不同的搜索引擎之间轻松切换
  • 结构化输出格式:以干净、一致的 JSON 格式返回搜索结果
  • 智能查询处理:自动对查询进行分类,并为人工智能助手提供上下文感知指导

📋 要求

  • Node.js :v16.x 或更高版本
  • npm :v7.x 或更新版本
  • Brave Search API 密钥:访问 Brave Search API 所需

🚀 安装

  1. 克隆存储库
    git clone https://github.com/gabrimatic/mcp-web-search-tool.git cd mcp-web-search-tool
  2. 安装依赖项
    npm install
  3. 配置环境变量:在项目根目录中创建一个.env文件:
    BRAVE_API_KEY=your_api_key_here MAX_RESULTS=10 # Optional: Default is 10 REQUEST_TIMEOUT=10000 # Optional: Default is 10000ms
  4. 构建项目
    npm run build

💻 使用方法

启动服务器

npm start

测试服务器

node test-server.js

与 Claude 桌面应用程序集成*(可选)*

该项目最令人兴奋的方面之一是它与 Claude 桌面应用程序的无缝集成。这种集成允许用户向 Claude 提出需要实时信息的问题,Claude 会自动使用网页搜索工具提供最新的答案。

配置

  1. 创建claude_desktop_config.json文件:
    { "mcpServers": { "mcp-web-search": { "command": "node", "args": [ "/path/to/your/mcp-web-search-tool/build/index.js" ] } } }
  2. 使用您的配置文件启动 Claude Desktop。
  3. 向 Claude 询问需要实时信息的问题,它将自动使用网络搜索工具。

Youtube 视频

观看 Claude 使用 MCP Web 搜索工具进行实时 AI 浏览!

📺 Claude + MCP 网页搜索 – 现场演示

示例查询:

  • “今晚的 NBA 比赛结束后,分析师对 MVP 之争有何看法?”
  • “关于人工智能有哪些最新消息?”
  • “今天纽约的天气怎么样?”
  • “目前股市表现如何?”

🛠️ 可用工具

网页搜索

  • 工具名称web_search
  • 描述:在网络上搜索实时信息
  • 必备信息:天气、时事、体育比分、股市更新
  • 参数
    • search_term (字符串):要查找的搜索词
    • provider (字符串,可选):搜索提供者(默认为 Brave)

查询类别

该工具自动将查询分类为:

  • 天气信息
  • 时事和新闻
  • 体育比分和结果
  • 股票市场和财务数据
  • 时间敏感信息
  • 一般信息搜索

📜 许可证

MIT 许可证

👨‍💻 开发人员

侯赛因·优素福

© 保留所有权利。

📝 Medium 文章

在我们的 Medium 文章中详细了解 MCP 网络搜索工具、其功能以及它如何增强 AI 驱动的网络搜索:📖 深入了解 MCP 网络搜索工具

☕ 支持

-
security - not tested
A
license - permissive license
-
quality - not tested

模型上下文协议服务器通过可插入搜索提供程序为 AI 助手提供实时网络搜索功能,目前与 Brave Search API 集成。

  1. ✨ Features
    1. 📋 Requirements
      1. 🚀 Installation
        1. 💻 Usage
          1. Starting the Server
          2. Testing the Server
        2. Integration with Claude Desktop App (optional)
          1. Configuration
          2. 🎥 YouTube Video
        3. Example Queries:
          1. 🛠️ Available Tools
            1. Web Search
            2. Query Categories
          2. 📜 License
            1. 👨‍💻 Developer
              1. 📝 Medium Article
                1. ☕ Support
                  ID: uemq9o4xtr