Back to directory
yeonwoosung/metasearch-mcp

yeonwoosung/metasearch-mcp

@YeonwooSung

A MCP server for metasearch using Tavily API for search queries

searchmetasearchtavilymcpapipythoncontext

Installation & Configuration

{
  "mcpServers": {
    "tavily-search": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/metasearch-mcp",
        "run",
        "tavily-search"
      ],
      "env": {
        "TAVILY_API_KEY": "YOUR_TAVILY_API_KEY",
        "PYTHONIOENCODING": "utf-8"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15