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.

Install Server
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
        878
        151
        JavaScript
        MIT License
        • Linux
        • 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 -
        10
        Python
      • -
        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
      • A
        security
        A
        license
        A
        quality
        An MCP server that allows searching through public SearXNG instances by parsing HTML content into JSON results, enabling metasearch capabilities without requiring JSON API access.
        Last updated -
        1
        385
        14
        JavaScript
        MIT License

      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