Server Searxng N8n
БесплатноНе проверенMCP server that integrates SearXNG search into n8n workflows. Enables AI agents to perform web searches using configurable parameters and multiple search engine
Описание
MCP server that integrates SearXNG search into n8n workflows. Enables AI agents to perform web searches using configurable parameters and multiple search engines.
README
A Model Context Protocol (MCP) server specifically designed for using SearXNG with n8n workflows.
Usage in n8n
Prerequisites:
- A running n8n instance.
- Access to a SearXNG instance (e.g.,
https://your-searxng-instance.com). - The
n8n-nodes-mcppackage installed in your n8n instance.
Configure MCP Node (Server Connection):
- Add an "MCP" node to your workflow.
- In the node settings, under the Server Connection section:
- Command:
npx - Arguments (for npx):
-y mcp-server-searxng-n8n --instance=https://your-searxng-instance.com- Replace
https://your-searxng-instance.comwith your actual SearXNG URL.
- Replace
- Environment Variables: (Leave empty)
- Command:
Configure MCP Node (Tool Operation):
- Still in the MCP node settings, under the Operation section:
- Tool Name: Select
searchfrom the dropdown. - Arguments (for the 'search' tool): Enter a JSON object containing the parameters for your search. See examples below. You can use n8n expressions like
{{ $json.chatInput }}as values within the JSON.
- Tool Name: Select
- Still in the MCP node settings, under the Operation section:
Available Search Parameters (for Tool Arguments JSON)
The search tool supports the following parameters within the JSON object (only q is required):
q(required): The search query stringcategories: Comma-separated list of search categoriesengines: Comma-separated list of search engines to uselanguage: Language code for the searchtime_range: Time range for results (day,month,year)safesearch: Safe search level (0: None, 1: Moderate, 2: Strict)image_proxy: Proxy image results through SearXNGenabled_plugins: Comma-separated list of enabled pluginsdisabled_plugins: Comma-separated list of disabled pluginsenabled_engines: Comma-separated list of enabled enginesdisabled_engines: Comma-separated list of disabled enginesformat: Output format (json,csv,rss,html). Defaults tojson.
Example n8n Tool Arguments (JSON)
JSON Output (Default):
{
"q": "n8n automation",
"engines": "google,duckduckgo",
"language": "en"
}
HTML Output:
{
"q": "n8n automation",
"format": "html"
}
(Remember to only include the parameters you need in the JSON)
Development
git clone https://github.com/tamler/mcp-server-searxng-n8n.git
cd mcp-server-searxng-n8n
npm install
npm run build
Test with:
# Note the double dash -- to pass arguments to the script via npm start
npm start -- --instance=https://your-searxng-instance.com
License
MIT
Установка Server Searxng N8n
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/tamler/mcp-server-searxng-n8nFAQ
Server Searxng N8n MCP бесплатный?
Да, Server Searxng N8n MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Searxng N8n?
Нет, Server Searxng N8n работает без API-ключей и переменных окружения.
Server Searxng N8n — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Server Searxng N8n в Claude Desktop, Claude Code или Cursor?
Открой Server Searxng N8n на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Server Searxng N8n with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
