Skip to main content
Glama

Búsqueda MCP

Un servidor MCP para conectar sistemas de agencia a sistemas de búsqueda a través de searXNG .

Herramientas

Busque en la web con SearXNG

Related MCP server: SearXNG MCP Server

Indicaciones

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

Uso

vía uvx

  1. Configura tu cliente JSON como

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

a través de git clone

  1. Agregue el servidor al escritorio de Claude (el punto de entrada es main.py)

Clona el repositorio y agrega este JSON al escritorio de Claude

Puede ejecutar este servidor con uvx mcp-searxng o utilizar una copia local del repositorio

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

Necesitarás cambiar las rutas para que coincidan con tu entorno

URL personalizada de SearXNG

  1. Establezca la variable de entorno SEARXNG_URL en la URL del servidor searxng (el valor predeterminado es http://localhost:8080 )

  2. Ejecute su cliente MCP y debería poder buscar en la web con searxng

Nota: si está utilizando Claude Desktop, asegúrese de finalizar el proceso (administrador de tareas o equivalente) antes de ejecutar el servidor nuevamente.

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