Mcp2tavily
Enables Claude and Langchain to perform web searches using the Tavily API.
About
Mcp2tavily is an MCP protocol server that bridges the gap between Large Language Models (LLMs) like Claude and Langchain, and real-time web search capabilities. By leveraging the Tavily API, this tool allows these platforms to dynamically access and incorporate up-to-date information from the internet, enhancing their ability to provide accurate and contextually relevant responses. It simplifies the integration process, allowing users to easily add web search functionality to their existing LLM workflows.
Key Features
- Implements the MCP protocol for easy integration
- Uses the Tavily API for web search
- Provides a `search_web` tool for general web searches
- 2 GitHub stars
- Offers a `search_web_info` tool with Chinese description
- Supports configuration via environment variables
Use Cases
- Enhancing Claude's ability to answer questions with up-to-date information
- Adding web search functionality to Langchain agents
- Building applications that require real-time web data