Searches the web via SearXNG metasearch engine for current information, documentation, research, and news. Supports category filtering, autocomplete, and engine discovery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/searxng-http-mcp-remote:web-search-via-searxngThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the configured SearXNG MCP server to search the web.
Use the configured SearXNG MCP server to search the web.
Prefer delegating to the web-searcher agent via the Agent tool. The agent handles
multi-language parallel search, source credibility verification, cross-validation,
iterative deepening, and structured summarization — returning a clean result without
polluting your context window with raw JSON. Only call the MCP search tools directly when:
web-searcher agent is unavailable (e.g., no subagent support)When searching directly (without the agent), use these tools:
searchMain search tool. Parameters:
query (required): Search termscategories: Comma-separated category names (e.g., 'general,news,science'). Prefer this over engines — categories leverage multiple engines automaticallylanguage: Language code (e.g., zh, en, ja). Filters results to the specified languagetime_range: day, week, month, yearsafesearch: 0 (off), 1 (moderate), 2 (strict)pageno: Starting page number (default 1)pages: Number of pages to fetch in parallel, 1-5 (default 1). Use 2-3 for comprehensive researchmax_results: Maximum results to return (default 10, max 100)format: compact (default, title/url/content only) or full (includes engines, score, dates)engines: Comma-separated engine names (e.g., google,arxiv,wikipedia). Only use when you need a specific sourceautocompleteGet search query suggestions. Use before searching to discover relevant terms. Best results come from 1-2 meaningful keywords (e.g., "python async"). Single characters return overly broad suggestions; full sentences return none. Makes an external API call to the configured backend (e.g., Bing, Google).
query (required): 1-2 keyword query to autocomplete (e.g., "python async", not "p" or full sentences)engine_infoDiscover available search engines and categories. No parameters. Returns engines grouped by category. Response cached for 5 minutes.
Use this when you need to target specific engines or categories (e.g., "search academic papers" → call engine_info to find science engines, then search with categories=science).
Use categories as the primary filter. Only fall back to engines when categories produce poor results.
| User intent | Category | When to use engines instead |
|---|---|---|
| Current events, breaking news | news | — |
| Academic papers, research | science or scientific publications | arxiv for preprints, pubmed for biomedical |
| Code, libraries, tech docs | it | github for repos, stackoverflow for Q&A |
| Package lookup (npm, pip) | packages | pypi, docker hub by name |
| Images, photos | images | — |
| Videos | videos | youtube for YouTube-specific |
| Maps, locations | map | — |
| Definitions, word meanings | dictionaries or define | — |
| Weather | weather | — |
| Translation | translate | — |
| Shopping, products | shopping | — |
| Torrents, file search | files | — |
| Social media posts | social media | — |
| General knowledge | general (default) | — |
web-searcher agent by default — it returns clean summaries and keeps raw data out of your contextcategories over engines to narrow results — categories leverage multiple engines automaticallyengines when you need a specific source (e.g., arxiv for preprints, github for repos)pages=3 when you need comprehensive resultslanguage when the user writes in a specific languageformat=full when you need to evaluate result quality (scores, engines)autocomplete to refine ambiguous queries before searchingengine_info only when the category table above doesn't cover the use case3plugins reuse this skill
First indexed Jul 13, 2026
npx claudepluginhub p/whw23-searxng-http-mcp-remote-plugins-remoteSearches the web via SearXNG metasearch engine for current information, documentation, research, and news. Supports category filtering, autocomplete, and engine discovery.
Searches the web via a self-hosted SearXNG metasearch engine aggregating Google, Brave, DuckDuckGo, and others. Privacy-respecting, no API keys needed.
Searches the web using SearXNG metasearch engine aggregating Google, DuckDuckGo, Bing, and others. No API key needed.