searxng-mcp
Wraps a SearXNG instance to provide search capabilities, allowing for programmatic queries with parameters for limiting results, language selection, and time ranges.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@searxng-mcpsearch for the latest news on AI agents from the past day"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
searxng-mcp
MCP tool that wraps a local SearXNG instance.
Prereqs
SearXNG running at http://localhost:8080 (override with
SEARXNG_BASE)
Related MCP server: SearXNG MCP Bridge
Run (stdio MCP server)
node server.jsExample call via mcporter
mcporter call --stdio "node /home/baadir/.openclaw/workspace/searxng-mcp/server.js" \
searxng_search query="ai agents" limit:=5 language="en" time_range="day"Example raw
SEARXNG_BASE=http://localhost:8080 node server.jsIf you are an OpenClaw assistant
Quick setup
git clone https://github.com/baadir/searxng-mcp.git
cd searxng-mcp
npm installAdd this MCP server to your OpenClaw config (example):
{
"mcpServers": {
"searxng": {
"command": "node",
"args": ["/ABS/PATH/TO/searxng-mcp/server.js"],
"env": {
"SEARXNG_BASE": "http://localhost:8080"
}
}
}
}Then restart OpenClaw:
openclaw gateway restartTest from OpenClaw:
mcporter call --stdio "node /ABS/PATH/TO/searxng-mcp/server.js" \
searxng_search query="ai agents" limit:=5 language="en" time_range="day"This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that integrates with the SearXNG API to provide comprehensive web search capabilities with features like time filtering, language selection, and safe search. It also enables users to fetch and convert web content from specific URLs into markdown format.Last updated2254MIT
- Alicense-qualityAmaintenanceAn MCP server that acts as a bridge to SearXNG instances, allowing AI models to perform web searches with privacy-focused search tools. It supports both STDIO and HTTP transports, featuring built-in rate limiting and session management.Last updated7027MIT
- AlicenseAqualityDmaintenanceMCP server for SearXNG meta search engine with enhanced error handling and parameter validation for AI agents. Enables privacy-focused web searches with structured JSON results and advanced filtering.Last updated11692MIT
- FlicenseAqualityCmaintenanceMCP server that provides a search_web tool to query a self-hosted SearXNG instance and return structured web search results.Last updated1
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/baadir/searxng-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server