Odel
tavily mcp

tavily mcp

Local
@tavily-ai2.4kJavaScriptMITUpdated 2w ago

MCP server for advanced web search using Tavily

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtavily-mcpv0.2.15

Run

npx -y tavily-mcp

MCP client config

{
  "mcpServers": {
    "tavily-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp"
      ]
    }
  }
}