Submit

Tavily Search Mcp Server

@enzeberg

A simple Tavily Search MCP Server implementation
Overview

what is Tavily Search MCP Server?

Tavily Search MCP Server is a simple Model Context Protocol (MCP) server that provides web search functionality using the Tavily Search API.

how to use Tavily Search MCP Server?

To use the server, clone or extract the project, install the dependencies using npm, and run the server with your Tavily API key.

key features of Tavily Search MCP Server?

  • Web search using Tavily API
  • Configurable search parameters (max results, domain filters)
  • Clean, formatted search results
  • Built with TypeScript and MCP SDK

use cases of Tavily Search MCP Server?

  1. Integrating web search functionality into applications.
  2. Customizing search results based on specific parameters.
  3. Developing applications that require real-time search capabilities.

FAQ from Tavily Search MCP Server?

  • How do I install the server?

Clone the project and run npm install to install dependencies.

  • What programming language is used?

The server is built with TypeScript.

  • Can I customize the search parameters?

Yes! You can configure max results and domain filters.

Server Config

{
  "mcpServers": {
    "tavily-search": {
      "command": "node",
      "args": [
        "/path/to/tavily-search-mcp-server/dist/index.js"
      ],
      "env": {
        "TAVILY_API_KEY": "your_tavily_api_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.