
mcp-tavily-search
By algonacci
GitHub
MCP server to give client the ability to search on the internet
Overview
what is mcp-tavily-search?
MCP-tavily-search is a server application that enables clients to perform internet searches through a configured MCP server.
how to use mcp-tavily-search?
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.
key features of mcp-tavily-search?
- Allows clients to search the internet via an MCP server.
- Easy configuration through JSON settings.
- Requires an API key for functionality.
use cases of mcp-tavily-search?
- Integrating internet search capabilities into applications using MCP.
- Enabling automated search functionalities for data retrieval.
- Supporting client applications that require internet search features.
FAQ from mcp-tavily-search?
- 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.