@jharding/mcp Server Searxng

by jhstatewide

82 downloads
Not rated
GitHub

About

@jharding/mcp Server Searxng.

Details

Author
jhstatewide
Downloads
82
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name @jharding/mcp Server Searxng
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

web_search

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

{
    "searxng": {
        "command": "npx",
        "args": [
            "-y",
            "@jharding_npm/mcp-server-searxng"
        ]
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.