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 Documentation

Features

  • 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

  1. Go to Settings
  2. Navigate to MCP Servers
  3. Click Enable
  4. Click Edit Config File
  5. Update your cue_desktop_config.json
  6. Restart the app
  7. 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.