meilisearch-tool

n8n community node for Meilisearch. Provides access to all Meilisearch API endpoints in n8n workflows.

Package Information

Downloads: 1 weekly / 3 monthly
Latest Version: 0.3.2
Author: Elijah Butler

Documentation

n8n-nodes-meilisearch

This is an n8n community node for integrating with Meilisearch. It allows you to perform fast, full-text search queries and manage documents in your Meilisearch instance from your n8n workflows.

Meilisearch is an open-source, lightning-fast, and hyper-relevant search engine that fits effortlessly into your apps, websites, and workflow automations.

n8n is a fair-code licensed workflow automation platform.

Prerequisites

  • A running Meilisearch instance with API access

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-meilisearch-api

Operations

Search

The node supports performing full-text search queries with the following features:

  • Index UID: Specify the Meilisearch index to search
  • Query: Enter your search terms
  • Limit: Set the maximum number of results to return
  • Return Single Response: Optionally return only the first result for agent/AI use

Credentials

To use this node, you need to configure credentials for your Meilisearch instance:

  1. Base URL: The URL of your Meilisearch instance (e.g., http://localhost:7700)
  2. API Key: Your Meilisearch API key (if required by your instance)

Example Usage

  1. Add the Meilisearch node to your workflow
  2. Configure your Meilisearch credentials
  3. Set up your search parameters:
    {
      "indexUid": "books",
      "query": "AI agent",
      "limit": 10
    }
    

Compatibility

  • Requires Node.js version 20.15 or later

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Support

Author

Elijah Butler

Resources

Discussion