Skip to main content
Glama

searxng-mcp

MCP tool that wraps a local SearXNG instance.

Prereqs

Related MCP server: SearXNG MCP Bridge

Run (stdio MCP server)

node server.js

Example 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.js

If you are an OpenClaw assistant

Quick setup

git clone https://github.com/baadir/searxng-mcp.git
cd searxng-mcp
npm install

Add 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 restart

Test 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"
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    An 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 updated
    2
    25
    4
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    An 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 updated
    702
    7
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP 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 updated
    1
    169
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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