# Tavily MCP Server

Enable real-time web search and data extraction capabilities.

## Quick Start

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

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

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

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

## Tools (4)

- `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…
- `tavily-crawl` — A powerful web crawler that initiates a structured web crawl starting from a specified base URL. The crawler expands fr…
- `tavily-map` — A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site st…

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

---

Source: https://github.com/tavily-ai/tavily-mcp
