This server uses the Tavily API to perform searches based on specified queries. - Search results are returned in text format. - Search results
Metasearch MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Metasearch MCP directly instead of describing what you should do. This server uses the Tavily API to perform searches based on specified queries. - Search results are returned in text format. - Search results include AI responses, URIs, and titles of the search results.
Once Metasearch MCP is connected, these are the calls the assistant has available:
search — Performs searches based on specified queriesTools — This server implements the following tools: - search: Performs searches based on specified queries - Required argument: "query" - Optional argumentPurpose — For operating systems other than Windows/MacOS where Claude Desktop cannot be used, this section explains how to set up and run an MCP server andSteps — 1. Install Docker. 2. Download the repository. bash git clone https://github.com/YeonwooSung/metasearch-mcp.git 3. Run Docker compose. bash dockerSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 3 environment variables: TAVILY_API_KEY, PYTHONIOENCODING, YOUR_TAVILY_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Metasearch MCP's toolset — search, Tools, Purpose and 1 more — is a fair guide to whether it matches your workflow. It is maintained by YeonwooSung; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search | Performs searches based on specified queries |
| Tools | This server implements the following tools: - search: Performs searches based on specified queries - Required argument: "query" - Optional argument: "search_depth" (basic or advanced) |
| Purpose | For operating systems other than Windows/MacOS where Claude Desktop cannot be used, this section explains how to set up and run an MCP server and client in a local environment using Docker compose. |
| Steps | 1. Install Docker. 2. Download the repository. bash git clone https://github.com/YeonwooSung/metasearch-mcp.git 3. Run Docker compose. bash docker compose up -d 4. Execute the client. bash docker exec mcp_server uv --dir |
| Variable | Description | Required |
|---|---|---|
| TAVILY_API_KEY | Credential the server authenticates with. | Yes |
| PYTHONIOENCODING | Configuration value read at startup. | Optional |
| YOUR_TAVILY_API_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.