Enables web search capabilities within an MCP environment using the Tavily API.
This project demonstrates an MCP (Model Context Protocol) server that leverages the Tavily API to perform web searches. Designed for use in a standard input/output (stdio) transport mode, the server allows users to integrate web search functionality into their MCP workflows. It includes a TavilyClient for seamless interaction with the Tavily API, making it easy to execute search queries and retrieve relevant information.
Key Features
01Supports adding new tools to the MCP server
02Easy setup and configuration with environment variables
030 GitHub stars
04Integrates Tavily API for web searches
05Includes TavilyClient for API interaction
06Operates in stdio transport mode
Use Cases
01Enhancing AI models with real-time information
02Automated data gathering for development projects
03Quick web research directly within a code editor