Skip to main content

Book club manager & recommendation engine with Mistral AI and Gemini Vision

Workflow preview

Workflow preview
100%
Book club manager & recommendation engine with Mistral AI and Gemini Vision preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

The Literary Curator: AI Book Club Manager & Recommendation Engine Transform your n8n instance into a sophisticated, automated backend for a book club. This "Literary Curator" workflow acts as a...

Best for

  • Market Research automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.googlegemini, @n8n/n8n-nodes-langchain.lmchatmistralcloud, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.memorybufferwindow

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jordan Hoyle.

Original n8n.io source

1.1 Workflow description

Title
Book club manager & recommendation engine with Mistral AI and Gemini Vision
Workflow name
Book club manager & recommendation engine with Mistral AI and Gemini Vision

📚 The Literary Curator: AI Book Club Manager & Recommendation Engine

Transform your n8n instance into a sophisticated, automated backend for a book club. This "Literary Curator" workflow acts as an all-in-one administrator, archivist, and reading guide. It intelligently analyzes your club's collective reading history to generate personalized recommendations, onboard new members, and manage all your club's data via email, chat, and web forms.

✨ Key Features

Automated Recommendation Engine: A weekly scheduled agent (using Mistral AI) analyzes the club's "Book Archive" to generate 10 fresh, non-duplicate book recommendations with witty, personalized "Why This Read" justifications.

Visual Bookshelf Scanning: Uses Google Gemini Vision to analyze photos of physical bookshelves or Goodreads screenshots and automatically populate the database.

The "Literary Oracle" Chatbot: A conversational AI agent that has full context of the club's history. It can answer questions, add books to the archive, or manage members via chat.

Full Member Management: Automated onboarding flows for new members, including welcome emails and database entry.

Multi-Channel Interaction: Users can interact via Webhooks (API), n8n Forms, or Chat.

Weekly Newsletters: Automatically compiles the AI's "Vibe Check" summary and top 10 recommendations into a beautifully formatted HTML email sent via Gmail.

🤖 AI Models Used

Mistral Cloud (Large/Medium): Powers the core reasoning, recommendation logic, and the chat Oracle.

Google Gemini (PaLM/Flash): Used for vision analysis (scanning bookshelf photos) and generating discussion prompts.

🛠️ Setup Guide

Prerequisites:

n8n version with LangChain support.

Mistral Cloud API Key

Google Gemini API Key

Gmail OAuth2 Credentials

🚀 How to Use

Automated Schedule

By default, the workflow runs every Friday at 7:00 PM. It checks the archive, generates a new weekly summary and recommendation list, saves it to the database, and emails all members.

User Forms

The workflow includes built-in n8n Forms for user interaction:

Feedback Form

For members to rate books or request specific genres.

Idea Board: For submitting general reading ideas.

Upload Form

Accepts images of bookshelves or Goodreads exports to bulk-import reading history.

API / App Backend

This workflow exposes several POST webhooks (e.g., /api/ai/chat, /api/archive/add), allowing you to build a custom frontend (React, Glide, etc.) on top of this n8n workflow.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Check

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Workflow Configuration

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Book Recommendation Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 4 - Analyze an image

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 5 - Mistral Cloud Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatMistralCloud - lmChatMistralCloud
Config choices
Version 1

Block 6 - Mistral Cloud Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatMistralCloud - lmChatMistralCloud
Config choices
Version 1

Block 7 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 8 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 9 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 10 - Think

Type / Role
@n8n/n8n-nodes-langchain.toolThink - toolThink
Config choices
Version 1.1

Block 11 - Save Books

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 12 - Structured Output Parser1

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 13 - Split Out2

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 14 - Book Review AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 15 - Schedule Trigger

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 16 - Save Book Reccomendations

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 17 - Save Reccomendation Summary

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 18 - Get row(s) in Book Archive

Type / Role
n8n-nodes-base.dataTableTool - dataTableTool
Config choices
Version 1

Block 19 - Get row(s) in Book Reccomendations1

Type / Role
n8n-nodes-base.dataTableTool - dataTableTool
Config choices
Version 1

Block 20 - Get row(s) in Book Summary1

Type / Role
n8n-nodes-base.dataTableTool - dataTableTool
Config choices
Version 1

Block 21 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 22 - Get row(s) in Book Feedback

Type / Role
n8n-nodes-base.dataTableTool - dataTableTool
Config choices
Version 1

Block 23 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 24 - Edit Fields1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Showing the first 24 of 170 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Book club manager & recommendation engine with Mistral AI and Gemini Vision
Complexity advanced
Nodes 170
Categories Market Research, AI Chatbot
Author Jordan Hoyle
Published 01 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11407/11407.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Book club manager & recommendation engine with Mistral AI and Gemini Vision do?

The Literary Curator: AI Book Club Manager & Recommendation Engine Transform your n8n instance into a sophisticated, automated backend for a book club. This "Literary Curator" workflow acts as a...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Chatbot use case.