Overview
What is SearxNG MCP Server for n8n?
SearxNG MCP Server for n8n is a server designed to integrate the SearxNG meta search engine with n8n, enabling users to perform searches within their automated workflows.
How to use SearxNG MCP Server for n8n?
To use the server, start n8n with the MCP server by running a command in your terminal, install the necessary community nodes in n8n, and configure your SearxNG instance.
Key features of SearxNG MCP Server for n8n?
- Integration with SearxNG for meta search capabilities
- Customizable search parameters
- Support for various search categories and filters
Use cases of SearxNG MCP Server for n8n?
- Automating search queries in workflows
- Fetching search results from multiple categories
- Integrating search functionalities into applications using n8n
FAQ from SearxNG MCP Server for n8n?
- How do I start the server?
Use the command
npx n8n -y @tamler/mcp-server-searxng-n8n --instance=<your-searxng-instance>to start the server.
- What parameters can I customize?
You can customize parameters like
query,numResults,categories,language, andtimeRangefor your searches.
- Where can I find support?
For support, visit the GitHub issue tracker for this project.