MCP.so
Sign In
@

@jharding/mcp Server Searxng

@jhstatewide

About @jharding/mcp Server Searxng

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "searxng": {
      "command": "npx",
      "args": [
        "-y",
        "@jharding_npm/mcp-server-searxng"
      ]
    }
  }
}

Tools

1

Performs a web search using SearXNG and returns structured JSON results. # IMPORTANT: Pagination is offset-based, NOT page-based. To get a specific range of results, set 'offset' to the zero-based index of the first result you want, and 'max_results' to how many results you want. For example, to get results 40-43, set offset=39 and max_results=4. # Pagination: Use offset (not page) - offset=0=first result, offset=10=11th result # Example: offset=39, max_results=4 gets results 40-43

Comments

More Other MCP servers