Skip to main content
Glama

MCP検索

searXNGを介してエージェント システムを検索システムに接続するための MCP サーバー。

ツール

SearXNGでウェブを検索する

Related MCP server: SearXNG MCP Server

プロンプト

search(query: str) -> f"Searching for {query} using searXNG"

使用法

uvx経由

  1. クライアントのJSONを次のように設定します

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

gitクローン経由

  1. claude デスクトップにサーバーを追加します (エントリポイントは main.py です)

リポジトリをクローンし、このJSONをclaudeデスクトップに追加します

このサーバーはuvx mcp-searxngで実行することも、リポジトリのローカルコピーを使用することもできます。

{
  "mcpServers": {
    "searxng": {
      "command": "uv", 
      "args": [
        "--project",
        "/absoloute/path/to/MCP-searxng/",
        "run",
        "/absoloute/path/to/MCP-searxng/mcp-searxng/main.py"
      ]
    }
  }
}

環境に合わせてパスを変更する必要があります

カスタムSearXNG URL

  1. 環境変数SEARXNG_URL searxng サーバーの URL に設定します (デフォルトはhttp://localhost:8080 )

  2. MCPクライアントを実行すると、searxngでWebを検索できるようになります。

注: claude デスクトップを使用している場合は、サーバーを再度実行する前に、必ずプロセスを終了してください (タスク マネージャーまたは同等のもの)。

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observedsearch

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool has a clear, distinct purpose of web searching.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare it against for patterns or conventions.

Tool Count2/5

One tool is too few for a web search server, as it lacks operations like filtering results, managing search history, or configuring engines. This minimal scope limits functionality and feels incomplete for the domain.

Completeness2/5

The tool surface is severely incomplete for web searching, offering only a basic search function. Missing are essential features like result pagination, advanced query options, or engine selection, which are typical in search APIs.

Maintenance

ActivityInactive
ResponsivenessUnresponsive

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    A
    maintenance
    An MCP server for SearXNG that provides web search capabilities with concise model-visible output while preserving full result payloads in metadata. It supports search, parallel fetching, URL extraction, and research workflows through both local stdio and streamable HTTP transports.
    7
    4
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for local web search via SearXNG, providing unlimited queries without API keys or cost, with automatic fallback to public instances.
    3
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server for SearXNG that provides LLM agents with advanced search tools, including engine and category targeting, multi-page fanout, and dynamic descriptions from the live engine pool.
    4
    38 npm
    1
    MIT