MCP.so
Sign In

Web_Search_MCP

@memohib

About Web_Search_MCP

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

Basic information

Category

Search

License

MIT

Runtime

python

Transports

stdio

Publisher

memohib

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Search MCP servers