Web search using SearXNG instance via MCP. Provides web search capability for agents with configurable SearXNG endpoint.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: searxng-search
description: Web search using SearXNG instance via MCP. Provides web search capability for agents with configurable SearXNG endpoint.
author: zfanmy-梦月儿
version: 1.0.1
homepage:
license: MIT
keywords:
- search
- searxng
- web
- mcp
- internet
requires:
bins:
- python3
- curl
- jq
---
# SearXNG Search
Web search using SearXNG instance via MCP protocol.
## Features
- 🔍 Web search with multiple result formats
- 🔧 MCP server for standard tool integration
- ⚙️ Configurable SearXNG endpoint
- 📊 JSON, Markdown, and text output formats
## Configuration
Set your SearXNG URL:
```bash
export SEARXNG_URL="http://your-searxng-instance:port"
```
Or configure in mcporter:
```json
{
"mcpServers": {
"searxng": {
"command": "python3",
"args": ["./mcp-server.py"],
"env": {
"SEARXNG_URL": "http://your-searxng-instance:port"
}
}
}
}
```
## Installation
### 1. Configure MCP Server
Copy `config.json` to your mcporter config:
```bash
cp config.json ~/.config/mcporter/config.json
```
### 2. Install mcporter
```bash
npm install -g mcporter
```
## Usage
### Via mcporter
```bash
# List servers
mcporter list
# Search web
mcporter call searxng.web_search query="OpenClaw features" limit=5
```
### Via Script
```bash
# Configure first
export SEARXNG_URL="http://your-searxng-instance:port"
# Basic search
./searxng_search.sh "your search query"
# With options
./searxng_search.sh "query" --limit 5 --format markdown
```
### Direct API
```bash
curl "${SEARXNG_URL}/search?q=OpenClaw&format=json"
```
## Output Formats
- `text` (default): Human-readable format
- `json`: Raw JSON output
- `markdown`: Markdown formatted results
## Files
- `mcp-server.py` - MCP server implementation
- `searxng_search.sh` - Bash search script
- `config.json` - MCP configuration template
## Requirements
- Python 3.8+
- mcporter CLI
- curl, jq (for bash script)
## Author
zfanmy-梦月儿
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...