Odel
Tavily MCP Server

Tavily MCP Server

Local
@seey215JavaScriptMITUpdated 10mo ago

MCP server for advanced web search using Tavily API.

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).

npm@toolsdk.ai/tavily-mcpv0.2.9

Run

npx -y @toolsdk.ai/tavily-mcp

MCP client config

{
  "mcpServers": {
    "tavily-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@toolsdk.ai/tavily-mcp"
      ]
    }
  }
}