Home › Search & Research › tavily-mcp
tavily-mcp
MCP server for advanced web search using Tavily
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.15)
npx -y tavily-mcp@0.2.15
Or add to your MCP client config:
{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@0.2.15"
],
"env": {
"TAVILY_API_KEY": "<YOUR_VALUE>",
"DEFAULT_PARAMETERS": "<YOUR_VALUE>"
}
}
}
}
TAVILY_API_KEYrequired secret — Your Tavily API key from tavily.comDEFAULT_PARAMETERS— JSON string with default search parameters (e.g., {"include_images": true, "max_results": 15})
Related servers
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
wigolo
Local-first web intelligence MCP server for AI coding agents
Zotero MCP
Search, read, annotate, and add to your Zotero research library, local or web.
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry