tavily-search MCP server
by Tomatio13
This MCP server project utilizes the Tavily API to perform searches based on specified queries. It returns search results in text format, including AI responses, URIs, and titles.
Last updated: N/A
What is tavily-search MCP server?
This is an MCP (Modular Component Platform) server that integrates with the Tavily API to provide search functionality. It allows users to perform web searches and retrieve relevant information, including AI-generated summaries and links to source websites.
How to use tavily-search MCP server?
The server can be installed and used with Claude Desktop via Smithery or manual configuration. It can also be run in a local environment using Docker Compose. You can interact with the server by sending search queries through Claude or Cursor, and it will return the search results.
Key features of tavily-search MCP server
Performs web searches using the Tavily API
Returns search results in text format
Includes AI responses, URIs, and titles
Supports basic and advanced search depths
Can be integrated with Claude Desktop and Cursor
Supports local execution with Docker Compose
Use cases of tavily-search MCP server
Answering user questions with up-to-date information
Researching topics for content creation
Finding relevant resources for problem-solving
Summarizing information from multiple sources
Integrating search functionality into AI assistants
FAQ from tavily-search MCP server
What is the required argument for the search tool?
What is the required argument for the search tool?
The required argument is 'query', which specifies the search term.
What is the optional argument for the search tool?
What is the optional argument for the search tool?
The optional argument is 'search_depth', which can be either 'basic' or 'advanced'.
How do I install the server for Claude Desktop?
How do I install the server for Claude Desktop?
You can install it automatically via Smithery using the provided command or manually by editing the Claude Desktop configuration file.
Where are the logs stored?
Where are the logs stored?
Logs are stored in the Claude logs directory, specifically in the 'mcp-server-tavily-search' folder.
Can I run this server on operating systems other than Windows/MacOS?
Can I run this server on operating systems other than Windows/MacOS?
Yes, you can run the server in a local environment using Docker Compose, which is suitable for operating systems where Claude Desktop is not available.