mcp-tavily-search

mcp-tavily-search

By algonacci GitHub

MCP server to give client the ability to search on the internet

Overview

MCP-tavily-search is a server application that enables clients to perform internet searches through a configured MCP server.

To use mcp-tavily-search, you need to add specific configuration settings to your MCP config file and provide an API key in a .env file.

  • Allows clients to search the internet via an MCP server.
  • Easy configuration through JSON settings.
  • Requires an API key for functionality.
  1. Integrating internet search capabilities into applications using MCP.
  2. Enabling automated search functionalities for data retrieval.
  3. Supporting client applications that require internet search features.
  • What is required to run mcp-tavily-search?

You need to configure the MCP server settings and provide a valid TAVILY_API_KEY.

  • Is there a license for mcp-tavily-search?

Yes, it is licensed under the MIT license.

  • What programming language is mcp-tavily-search written in?

The project is written in Python.

Content

mcp-tavily-search

MCP server to give client the ability to search on the internet

Usage

For this MCP server to work, add the following configuration to your MCP config file:

{
  "mcpServers": {
    "tavily_search": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-tavily-search",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}

Also provide TAVILY_API_KEY in .env

No tools information available.
No content found.