Skip to main content
Glama

MCP SearxNG Search

by Jay4242

MCP SearxNG検索

このプロジェクトは、 SearxNGインスタンスを使用してWeb検索を実行できるMCPサーバーを提供します。Gooseなどの他のMCP対応アプリケーションから呼び出せるツールを公開しています。

はじめる

  1. SEARXNG_BASE_URL環境変数を SearxNG インスタンスのベース URL に設定します。
  2. パッケージをインストールします: pip install .

Gooseでの使用

  1. **拡張機能のインストール:**パッケージをインストールした後、この MCP サーバーを Goose の拡張機能として追加できます。
  2. Goose で拡張機能を追加します。 [設定] > [拡張機能] > [追加] に移動します。
  3. **拡張タイプを設定します。**タイプを StandardIO に設定します。
  4. **拡張機能の詳細を入力します。**拡張機能の ID、名前、説明を入力します。
  5. **コマンドを設定します。**コマンドフィールドに、 uv runを使用して実行ファイルへの絶対パスを入力します。例:
    uv run /full/path/to/mcp-searxng-search/.venv/bin/mcp-searxng-search
    /full/path/to/mcp-searxng-searchプロジェクト ディレクトリへの実際のパスに置き換えてください。
  6. **拡張機能の使用:**連携が完了したら、Gooseで拡張機能の使用を開始できます。Gooseのチャットインターフェースを開き、必要に応じてツールを呼び出します。「どんなツールをお持ちですか?」と尋ねることで、Gooseがカスタム拡張機能からツールを取得したかどうかを確認できます。

ツールIDはsearxng_searchです。このツールは2つのパラメータ( query (検索クエリ)とmax_results (返される結果の最大数、デフォルトは30))を受け取ります。

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

SearxNG インスタンスを使用して Web 検索を可能にし、Goose などの MCP 互換アプリケーションがインターネット検索を実行できるようにする MCP サーバー。

  1. はじめる
    1. Gooseでの使用

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An MCP server implementation that integrates the SearxNG API, providing web search capabilities.
        Last updated -
        2
        566
        107
        JavaScript
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
        Last updated -
        2
        26
        Python
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that integrates with SerpApi to retrieve search results from multiple search engines including Google, Bing, Yahoo, and others, enabling fast access to both live and archived search data.
        Last updated -
        Python
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.
        Last updated -
        66
        8
        TypeScript
        MIT License
        • Apple
        • Linux

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jay4242/mcp_searxng_search'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server