# Tavily MCP Server

Enable real-time web search and intelligent data extraction within your AI assistant by integrating Tavily's advanced search and extraction tools. Seamlessly access up-to-date web information with so…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Rz017/tavily-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Rz017/tavily-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Rz017/tavily-mcp tavily-search

# Call a tool
npx -y @smithery/cli@latest tool call Rz017/tavily-mcp tavily-search '{}'
```

## Tools (2)

- `tavily-search` — A powerful web search tool that provides comprehensive, real-time results using Tavily's AI search engine. Returns rele…
- `tavily-extract` — A powerful web content extraction tool that retrieves and processes raw content from specified URLs, ideal for data col…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Rz017/tavily-mcp <tool-name>
```

---

Source: https://github.com/Rz017/tavily-mcp | License: MIT
