Tavily MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 19 439 installs a week from npm. Last commit 16 Sep 2026.
MCP server for advanced web search using Tavily
We read the source, 17 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
ENV TAVILY_API_KEY=your-api-key-here
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add tavily-mcp -- npx -y tavily-mcp
{
"mcpServers": {
"tavily-mcp": {
"args": [
"-y",
"tavily-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.tavily-mcp]
command = "npx"
args = ["-y", "tavily-mcp"]
{
"mcpServers": {
"tavily-mcp": {
"args": [
"-y",
"tavily-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"tavily-mcp": {
"args": [
"-y",
"tavily-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TAVILY_API_KEY (Your Tavily API key from tavily.com), DEFAULT_PARAMETERS (JSON string with default search parameters (e.g., {"include_images": true, "max_results": 15})).
The author declared them in the registry entry; get the values from the project itself.
MCP server for advanced web search using Tavily API.
MCP server for web search operations
MCP server for iFlow Search web search, image search, and URL fetch tools.
Secure MCP server for public web search and URL fetching.
FastMCP server for Tavily search API with web search and content extraction
Fully local MCP server and CLI for web research
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
Public MCP server for the LLM Search Engine
Answers built from our own checks of this server.