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

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.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

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

Tools

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

  1. Herramientas
    1. Indicaciones
      1. Uso
        1. vía uvx
        2. a través de git clone
        3. URL personalizada de SearXNG

      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
        F
        license
        A
        quality
        An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
        Last updated -
        4
        2
        Python
      • -
        security
        A
        license
        -
        quality
        MCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)
        Last updated -
        1
        Python
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.
        Last updated -
        Python
        GPL 3.0

      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/SecretiveShell/MCP-searxng'

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