tavily-mcp
403
Tavily MCP server is designed for integrating AI systems with data extraction and interaction capabilities. It provides tools like search, extract, and mapping to enhance AI assistants like Claude by enabling them to interact with web information in real-time. Developed by Anthropic, Tavily MCP focuses on facilitating seamless AI integration with secure connections.
npx
{ "mcpServers": { "tavily-mcp": { "command": "npx", "args": [ "-y", "tavily-mcp@0.2.1" ], "env": { "TAVILY_API_KEY": "your-api-key-here" }, "disabled": false, "autoApprove": [] } } }
npx
{ "mcpServers": { "tavily-mcp": { "command": "npx", "args": [ "-y", "tavily-mcp@0.2.1" ], "env": { "TAVILY_API_KEY": "your-api-key-here" } } } }
npx
{ "mcpServers": { "tavily": { "command": "npx", "args": [ "/path/to/tavily-mcp/build/index.js" ], "env": { "TAVILY_API_KEY": "your-api-key-here" } } } }