Metasearch MCP Server

This server uses the Tavily API to perform searches based on specified queries. - Search results are returned in text format. - Search results

Local serverstdio

What is the Metasearch MCP MCP server?

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.

What the assistant can call

Once Metasearch MCP is connected, these are the calls the assistant has available:

  • 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
  • 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
  • Steps — 1. Install Docker. 2. Download the repository. bash git clone https://github.com/YeonwooSung/metasearch-mcp.git 3. Run Docker compose. bash docker

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Configuration and credentials

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.

Choosing this one

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.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the metasearch mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
searchPerforms searches based on specified queries
ToolsThis server implements the following tools: - search: Performs searches based on specified queries - Required argument: "query" - Optional argument: "search_depth" (basic or advanced)
PurposeFor 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.
Steps1. 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

Configuration

VariableDescriptionRequired
TAVILY_API_KEYCredential the server authenticates with.Yes
PYTHONIOENCODINGConfiguration value read at startup.Optional
YOUR_TAVILY_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Metasearch MCP to search.
  • Use Metasearch MCP to Tools.
  • Use Metasearch MCP to Purpose.

Frequently asked questions

It connects Metasearch MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (search, Tools, Purpose, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Metasearch MCP directly.