mcp-server-tavily logo

mcp-server-tavilyTaivily APIを利用するMCP Serverです。Officialが提供される前に開発しました

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

MCP Server for Taivily API (tavily-search) This project is a self-developed MCP server before being offered officially. It uses the Taivily API to perform searches based on specified queries and returns the results in text format. The search results include AI responses, URIs, and titles. The server implements the search tool with two query argument options: 'query' and 'search_depth'. The MCP server can be installed via Smithery on Claude Desktop. After setup, you can execute search queries in Claude Desktop. The log storage location is in the user's AppDataRoamingClaudelogs directory. Alternatively, you can run the MCP server in a local environment using Docker compose. This setup is suitable for operating systems other than Windows/MacOS where Claude Desktop cannot be used. To execute the client, run the uv command with the specified directory and run client.py.

Key features

  • Search based on specified queries
  • AI responses included in search results
  • URI and title inclusion in search results
  • Optional search depth parameter (basic or advanced)
  • Docker Compose support for local environment setup

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Claude Desktop Integration

Use with Claude Desktop to receive search results in response to queries

Local Environment Search

Run the server in a local environment using Docker Compose for testing or development purposes

Pros & Cons

Pros

  • Integrates with Tavily API for search functionality
  • Supports use with Claude Desktop
  • Can be run in a local environment using Docker Compose
  • Search results include AI responses, URIs, and titles

Cons

  • Requires Tavily API key for use
  • Limited to search functionality, no other tools mentioned
  • Setup and configuration may be complex for non-technical users

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Where are the search logs stored on Windows?

Logs are written to the user’s AppDataRoamingClaude logs directory, e.g., C:\Users\[username]\AppData\Roaming\Claude\logs\mcp server tavily search.

Asked by Mia Andersen · May 21, 2026

What does the optional search_depth argument control?

The search tool accepts 'search_depth' with values "basic" or "advanced". "Basic" performs a standard query, while "advanced" likely expands the search scope or depth to return more detailed results, though exact behavior follows the underlying Tavily API settings.

Asked by Elif Yildiz · May 17, 2026

Can this MCP server run on Linux or other non‑desktop OSes?

Yes. If Claude Desktop isn’t available, you can deploy the server locally using Docker Compose – the repository includes a docker-compose.yml that handles the build and runtime on any OS that supports Docker.

Asked by Qiu Yan · Apr 28, 2026

How do I set up my Tavily API key for this MCP server?

After cloning the repository, set the environment variable TAVILY_API_KEY to your key (e.g., export TAVILY_API_KEY=your_api_key). In Claude Desktop, include it in the mcpServers config under the env section. The server will use this key for all search requests.

Asked by Eva Horáková · Mar 21, 2026

Ask a question

MCP Servers alternatives