mcp-server-tavily
Tavily-Search is an MCP server that interfaces with the Tavily API to perform web searches. It supports query-based searching, offering customizable search depths, and returns results in a user-friendly format. The project can be used across various platforms including local environments with Docker Compose.
What is the Tavily-Search MCP Server?
It is a server project that uses the Tavily API to perform searches and return results in text format, including AI responses, URIs, and titles.
How can I install the Tavily-Search MCP Server for Claude Desktop?
You can install it using Smithery with the command: npx -y @smithery/cli install tavily-search --client claude
.
What are the search depth options available?
The server supports both basic and advanced search depth options.
Where are the logs stored on Windows?
Logs are stored at C:\Users\[username]\AppData\Roaming\Claude\logs\mcp-server-tavily-search
.
Can I run the server on platforms other than Windows/MacOS?
Yes, you can set up and run the server in a local environment using Docker Compose.