MCP Configs2026年4月6日·1 分钟阅读

Tavily — Search API Built for AI Agents & RAG

Search API designed specifically for AI agents and RAG pipelines. Returns clean, LLM-ready results with content extraction, no HTML parsing needed. Official MCP server available. 5,000+ stars.

介绍

Tavily is a search API purpose-built for AI agents and RAG pipelines, with 5,000+ GitHub stars. It returns clean, LLM-ready text — no HTML parsing required. Offers an MCP server plus Python and JS SDKs. Ideal for building AI agents that need real-time web knowledge.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "tavily": {
      "command": "npx",
      "args": ["-y", "tavily-mcp"],
      "env": { "TAVILY_API_KEY": "tvly-your-key" }
    }
  }
}

Intro

Tavily is a search API purpose-built for AI agents and RAG pipelines, with 5,000+ GitHub stars. It returns clean, LLM-ready text — no HTML parsing required. Offers an MCP server plus Python and JS SDKs. Ideal for building AI agents that need real-time web knowledge.


Source & Thanks

Created by Tavily. Licensed under MIT.

tavily — ⭐ 5,000+

🙏

来源与感谢

Created by Tavily. Licensed under MIT.

tavily — ⭐ 5,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。