@jharding/mcp Server Searxng
About
@jharding/mcp Server Searxng.
Details
- Author
- jhstatewide
- Downloads
- 82
- Categories
- Other
Jump to
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
@jharding/mcp Server SearxngCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



