MCP 互联网搜索服务
为客户端提供互联网搜索功能的 MCP 服务器。
快速入门
-
将以下配置添加到您的 MCP 配置文件中:
{ "mcpServers": { "tavily_search": { "command": "uv", "args": [ "--directory", "%USERPROFILE%/Documents/GitHub/mcp-tavily-search", "run", "python", "main.py" ] } } }
-
在
.env
文件中提供TAVILY_API_KEY
。 -
启动服务,确保正常运行。