Submit

Tavily MCP Server

@NoeSamaille

Basic remote SSE MCP server for Tavily Search.
Overview

What is Tavily MCP Server?

Tavily MCP Server is a FastAPI-based server application designed to provide endpoints for interacting with the Tavily API, enabling users to perform searches and extract content from URLs.

How to use Tavily MCP Server?

To use Tavily MCP Server, install the dependencies using pip install -r requirements.txt, set the required API keys as environment variables, and run the server with uvicorn server:app --host 0.0.0.0 --port 8000 --reload. The server will be accessible at http://127.0.0.1:8000.

Key features of Tavily MCP Server?

  • Provides endpoints for searching and extracting content using the Tavily API.
  • Requires API key authentication for secure access.
  • Supports customizable search parameters including depth, topic, and time range.

Use cases of Tavily MCP Server?

  1. Performing advanced searches on the Tavily API for specific topics.
  2. Extracting content from multiple URLs for data analysis.
  3. Integrating with other applications to enhance data retrieval capabilities.

FAQ from Tavily MCP Server?

  • What API keys are required to use the server?

The server requires two API keys: API_KEY for server access and TAVILY_API_KEY for Tavily API access.

  • How do I run the server?

You can run the server using the command uvicorn server:app --host 0.0.0.0 --port 8000 --reload after setting the API keys.

  • What endpoints are available?

The server provides /tavily-search for searching and /tavily-extract for extracting content from URLs.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.