{
  "name": "Tavily",
  "overview": "Tavily网络搜索工具",
  "description": "调用Tavily API,获取关键词的搜索结果",
  "author": "user01",
  "mcpServers": {
    "tavily-mcp": {
      "type": "stdio",
      "autoInstall": true,
      "command": "npx",
      "args": [
        "-y",
        "tavily-mcp"
      ],
      "env": {
        "TAVILY_API_KEY": "your-api-key-here"
      },
      "autoApprove": []
    }
  }
}