Tavily Web Search MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tavily Web Search MCP Serversearch for latest advancements in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server
This repository is a work in progress. It is not finished yet, so use it on your own risk and expect rough edges.
What it is
This project contains an MCP server prototype with a Tavily-powered web search tool.
Current code lives in:
src/config.pyfor environment loading and API key setupsrc/tools/web_search.pyfor the web search MCP tool
Related MCP server: metasearch-mcp
Requirements
Python 3.10+
A valid
TAVILY_API_KEY
Setup
Install dependencies with your preferred Python environment manager, then set the API key:
export TAVILY_API_KEY="your_key_here"If you use a .env file, the project loads it through python-dotenv.
Run
The module currently runs successfully with:
uv run python -m src.tools.web_searchDirect execution with python src/tools/web_search.py is not the supported path right now.
Status
This is still in progress.
The web search tool is experimental.
The code is not production-ready.
Use it carefully and test before relying on it.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.15MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)3MIT
- FlicenseBqualityDmaintenanceEnables web search capabilities through the Tavily API, allowing users to search the internet for information using natural language queries. Serves as a demonstration and educational project for building MCP servers with external API integrations.3-
- FlicenseCqualityDmaintenanceEnables web search capabilities through the Tavily API, allowing users to search the internet for information using natural language queries. Built as a demonstration MCP server running in stdio transport mode.3-