Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Greenfish Webtools

БесплатноНе проверен

A lightweight MCP server that gives AI assistants real-time web search and URL reading — no API keys required.

GitHubEmbed

Описание

A lightweight MCP server that gives AI assistants real-time web search and URL reading — no API keys required.

README

Forks Stargazers Issues GPL License


greenfish-webtools-mcp

A lightweight MCP server that gives AI assistants real-time web search and URL reading — no API keys required.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Built With
  3. Getting Started
  4. Usage
  5. Roadmap
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgments

About The Project

greenfish-webtools-mcp is a Model Context Protocol server that equips AI assistants with live web access. It exposes two tools: web search and URL content extraction.

The key design choice is that this server does not talk to any proprietary search API. Instead, it delegates all search work to your own SearXNG instance — a self-hosted, actively maintained meta-search engine that aggregates results from multiple search providers and exposes a stable JSON API that won't change or be deprecated without notice. You spin up SearXNG, this server connects to it and passes results straight to the model.

greenfish_websearch sends a query to SearXNG and returns a ranked, deduplicated list of results. greenfish_fetch_url fetches a specific page and returns its main readable content, stripped of navigation, ads, and boilerplate using trafilatura.

(back to top)

Built With

Python SearXNG uv

(back to top)

Getting Started

Before anything else, make sure you have Python 3.10+ and uv installed. You will also need a running SearXNG instance with JSON output enabled. The quickest way to get one is via Docker:

docker run -d --name searxng -p 1818:8080 searxng/searxng

After that, open the SearXNG admin interface, go to Preferences → General, and enable json as an output format. Alternatively, find settings.yml in the SearXNG container and add json to the search.formats list, then restart the container.

Now clone this repository and install the Python dependencies:

git clone https://github.com/DumbGreenFish/GreenFishWebtoolsMCP.git
cd greenfish-webtools-mcp
uv sync

That's it. No API keys, no accounts.

(back to top)

Usage

Register the server in your MCP client configuration file. The example below works for Claude Desktop and most other clients that accept the standard JSON format:

{
  "mcpServers": {
    "greenfish-webtools": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/greenfish-webtools-mcp",
        "run",
        "app.py"
      ],
      "env": {
        "SEARXNG_URL": "http://127.0.0.1:1818/search"
      }
    }
  }
}

Replace /path/to/greenfish-webtools-mcp with the actual path to the cloned repository on your machine, and adjust SEARXNG_URL to match the address where your SearXNG instance is running. Once the MCP server starts, the AI assistant will have access to greenfish_websearch and greenfish_fetch_url automatically.

(back to top)

Roadmap

  • Support for additional SearXNG parameters (time range, search categories)
  • Configurable result ranking and deduplication strategy
  • Multi-language documentation

See the open issues for a full list of proposed features and known issues.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also open an issue with the tag "enhancement". Don't forget to give the project a star — thanks!

(back to top)

License

Distributed under the GNU GPLv3 License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/DumbGreenFish/GreenFishWebtoolsMCP

(back to top)

Acknowledgments

This project would not exist without SearXNG, which does all the actual search work. Thanks also to the authors of FastMCP, trafilatura, and httpx.

(back to top)

from github.com/DumbGreenFish/GreenFishWebtoolsMCP

Установка Greenfish Webtools

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/DumbGreenFish/GreenFishWebtoolsMCP

FAQ

Greenfish Webtools MCP бесплатный?

Да, Greenfish Webtools MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Greenfish Webtools?

Нет, Greenfish Webtools работает без API-ключей и переменных окружения.

Greenfish Webtools — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Greenfish Webtools в Claude Desktop, Claude Code или Cursor?

Открой Greenfish Webtools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Greenfish Webtools with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai