- Home
- MCP servers
- Tavily
Tavily
- python
1
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"tsmndev-tavily-mcp-sse": {
"command": "uv",
"args": [
"run",
"--env-file",
".env",
"tavily-mcp-sse"
],
"env": {
"TAVILY_API_KEY": "<YOUR-API-KEY>",
"TAVILY_MCP_PORT": "8080"
}
}
}
}Available tools
search
Query web sources to locate relevant data using Tavily's search capabilities.
extract
Intelligently extract structured data from web pages with Tavily's extraction tool.
map
Create a structured map of a website to organize content and relationships.
crawl
Systematically crawl websites to discover and index pages for extraction and mapping.
tavily-search
Real-time web search tool enabling live data retrieval during MCP workflows.
tavily-extract
Tool for extracting meaningful data from pages for downstream processing.
tavily-map
Tool to generate structured site maps from discovered pages.
tavily-crawl
Web crawler that navigates and inventories website content.