Tavily
Description
The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.
View DocumentationFeatures
- Real-time web search capabilities through the tavily-search tool
- Intelligent data extraction from web pages via the tavily-extract tool
- Powerful web mapping tool that creates a structured map of website
- Web crawler that systematically explores websites
Example Configuration
{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@0.2.1"
],
"env": {
"TAVILY_API_KEY": "your_tavily_api_key_here"
}
}
}
}
Quick Start
Setup Instructions
- Go to Settings
- Navigate to MCP Servers
- Click Enable
- Click Edit Config File
- Update your cue_desktop_config.json
- Restart the app
- You're good to go!
Copy the configuration above and paste it into your config file, then restart the application to start using this MCP server.