FreeSearch-mcp

LMilazzo/FreeSearch-mcp
★ 0 stars Python Code/Dev Tools Updated today
A mcp server build to provide free websearch tools using self hosted instance of SearXNG search.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freesearch-mcp": {
      "command": "uvx",
      "args": [
        "freesearch-mcp"
      ]
    }
  }
}

Or install with pip: pip install freesearch-mcp

README Excerpt

A Python MCP server that exposes a `WebSearch` tool backed by a self-hosted [SearXNG](https://github.com/searxng/searxng) instance — a free, private web search engine. Replace Claude's default web search with your own private instance. No API keys, no rate limits, no third-party tracking. ```bash git clone https://github.com/LMilazzo/web-search-mcp.git