MCP.so
登录

Web_Search_MCP

@memohib

关于 Web_Search_MCP

An MCP(Model Context Protocol) Server with a web search tool

基本信息

分类

搜索

许可证

MIT

运行时

python

传输方式

stdio

发布者

memohib

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Web_Search_MCP": {
      "command": "uv",
      "args": [
        "init",
        "Web_Search_MCP"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Web_Search_MCP?

Web_Search_MCP is an MCP (Model Context Protocol) server that provides a web search tool using the Tavily API. It enables AI systems and language models to perform real‑time web searches and retrieve detailed results.

How to use Web_Search_MCP?

Install dependencies with uv, set your Tavily API key in a .env file, and configure the Claude desktop config file to point to the project directory. The server is then started from within the Claude desktop application and exposes a single tool called search_web that accepts a query string and returns JSON results.

Key features of Web_Search_MCP

  • Real-time web search using the Tavily API
  • Detailed results including content, URL, and relevancy score
  • Well‑structured JSON output with status and timestamp
  • Graceful error handling with informative messages
  • Asynchronous processing for concurrent requests
  • Easy integration via FastMCP

评论

搜索 分类下的更多 MCP 服务器