What is the io.github.tavily-ai/tavily-mcp MCP server?
MCP server for advanced web search using Tavily
How to install io.github.tavily-ai/tavily-mcp
Copy-paste configuration for popular MCP clients.
TAVILY_API_KEYrequiredsecretYour Tavily API key from tavily.com
DEFAULT_PARAMETERSJSON string with default search parameters (e.g., {"include_images": true, "max_results": 15})
{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"DEFAULT_PARAMETERS": "<YOUR_DEFAULT_PARAMETERS>"
}
}
}
}{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"DEFAULT_PARAMETERS": "<YOUR_DEFAULT_PARAMETERS>"
}
}
}
}{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"DEFAULT_PARAMETERS": "<YOUR_DEFAULT_PARAMETERS>"
}
}
}
}{
"servers": {
"tavily-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tavily-mcp"
],
"env": {
"TAVILY_API_KEY": "<YOUR_TAVILY_API_KEY>",
"DEFAULT_PARAMETERS": "<YOUR_DEFAULT_PARAMETERS>"
}
}
}
}claude mcp add tavily-mcp --env TAVILY_API_KEY=<YOUR_TAVILY_API_KEY> --env DEFAULT_PARAMETERS=<YOUR_DEFAULT_PARAMETERS> -- npx -y tavily-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.