Searxng Search
Web search using SearXNG instance via MCP. Provides web search capability for agents with configurable SearXNG endpoint.
Popular
New
Join 2,052+ developers using this skill
skill
Web search using SearXNG instance via MCP. Provides web search capability for agents with configurable SearXNG endpoint.
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Web search using SearXNG instance via MCP protocol.
Set your SearXNG URL:
export SEARXNG_URL="http://your-searxng-instance:port"
Or configure in mcporter:
{ "mcpServers": { "searxng": { "command": "python3", "args": ["./mcp-server.py"], "env": { "SEARXNG_URL": "http://your-searxng-instance:port" } } } }
Copy
config.json to your mcporter config:
cp config.json ~/.config/mcporter/config.json
npm install -g mcporter
# List servers mcporter listSearch web
mcporter call searxng.web_search query="OpenClaw features" limit=5
# 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
curl "${SEARXNG_URL}/search?q=OpenClaw&format=json"
text (default): Human-readable formatjson: Raw JSON outputmarkdown: Markdown formatted resultsmcp-server.py - MCP server implementationsearxng_search.sh - Bash search scriptconfig.json - MCP configuration templatezfanmy-梦月儿
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.