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

✨ 特点
实时信息访问:使人工智能助手能够从网络上检索最新信息
可插拔搜索提供商:模块化架构允许在不同的搜索引擎之间轻松切换
结构化输出格式:以干净、一致的 JSON 格式返回搜索结果
智能查询处理:自动对查询进行分类,并为人工智能助手提供上下文感知指导
Related MCP server: Brave Search MCP Server
📋 要求
Node.js :v16.x 或更高版本
npm :v7.x 或更新版本
Brave Search API 密钥:访问 Brave Search API 所需
🚀 安装
克隆存储库:
git clone https://github.com/gabrimatic/mcp-web-search-tool.git cd mcp-web-search-tool安装依赖项:
npm install配置环境变量:在项目根目录中创建一个
.env文件:BRAVE_API_KEY=your_api_key_here MAX_RESULTS=10 # Optional: Default is 10 REQUEST_TIMEOUT=10000 # Optional: Default is 10000ms构建项目:
npm run build
💻 使用方法
启动服务器
npm start测试服务器
node test-server.js与 Claude 桌面应用程序集成*(可选)*
该项目最令人兴奋的方面之一是它与 Claude 桌面应用程序的无缝集成。这种集成允许用户向 Claude 提出需要实时信息的问题,Claude 会自动使用网页搜索工具提供最新的答案。
配置
创建
claude_desktop_config.json文件:{ "mcpServers": { "mcp-web-search": { "command": "node", "args": [ "/path/to/your/mcp-web-search-tool/build/index.js" ] } } }使用您的配置文件启动 Claude Desktop。
向 Claude 询问需要实时信息的问题,它将自动使用网络搜索工具。
Youtube 视频
观看 Claude 使用 MCP Web 搜索工具进行实时 AI 浏览!
示例查询:
“今晚的 NBA 比赛结束后,分析师对 MVP 之争有何看法?”
“关于人工智能有哪些最新消息?”
“今天纽约的天气怎么样?”
“目前股市表现如何?”
🛠️ 可用工具
网页搜索
工具名称:
web_search描述:在网络上搜索实时信息
必备信息:天气、时事、体育比分、股市更新
参数:
search_term(字符串):要查找的搜索词provider(字符串,可选):搜索提供者(默认为 Brave)
查询类别
该工具自动将查询分类为:
天气信息
时事和新闻
体育比分和结果
股票市场和财务数据
时间敏感信息
一般信息搜索
📜 许可证
👨💻 开发人员
© 保留所有权利。
📝 Medium 文章
在我们的 Medium 文章中详细了解 MCP 网络搜索工具、其功能以及它如何增强 AI 驱动的网络搜索:📖 深入了解 MCP 网络搜索工具
☕ 支持
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.4223138MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that integrates with Brave Search API to provide real-time search capabilities through Server-Sent Events (SSE).204GPL 3.0
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to perform web searches using SearXNG, a privacy-respecting metasearch engine.143MIT
- AlicenseBqualityCmaintenanceA 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.18139ISC
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Brave Search MCP — independent web index (no Google/Bing dependency)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabrimatic/mcp-web-search-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server