Wraps the Tavily search API for AI-powered web search and research. Tavily is a search engine optimized for LLMs and RAG pipelines, returning structured, cited results instead of raw web pages. This server is part of the Pipeworx gateway ecosystem, which means you can either connect directly to the Tavily endpoint or access it through the full Pipeworx gateway alongside 737+ other data sources. Supports the ask_pipeworx natural language interface, so you can query in plain English rather than calling tools directly. Useful when you need web search results that are already formatted and filtered for AI consumption.
Tavily MCP — wraps the Tavily API (tavily.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 737+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"tavily": {
"url": "https://gateway.pipeworx.io/tavily/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 737+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Tavily data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp