✨ $500 AI Visibility Audit — live at Spurlock Studios. Book the audit

Operations & Systems

Another MCP Server Chatbot Example

This n8n workflow powers an AI chatbot (Google Gemini) that responds to chat messages, using a custom MCP Server/Client for communication. It maintains conversation memory and can automate tasks in Google Calendar (events), Gmail (draft/find emails), and Google Sheets (CRM…

Built · ~10 hours saved per week

Personal Assistant Chatbot for Google Workspace This workflow creates a sophisticated, conversational AI personal assistant. It automates tasks across Google Workspace by interpreting natural language commands from a user in a chat interface. The assistant can manage contacts in Google Sheets (acting as a simple CRM), schedule and query events in Google Calendar, and search for or draft emails in Gmail. How the AI Integrates Into the Flow This workflow is built around a central AI Agent that uses the Google Gemini large language model (LLM). The AI's role is to act as the "brain" of the operation. When a user sends a message, the AI Agent analyzes the text to understand the user's intent. Based on this intent, it intelligently decides which specialized "tool" to use. For example, if a user says, "Schedule a meeting with Jane for tomorrow at 10 am to discuss the Q3 report," the AI will: 1. Parse the sentence to identify the action ("schedule a meeting") and the entities (Person: "Jane", Date: "tomorrow", Time: "10 am", Subject: "Q3 report"). 2. Select the appropriate tool, in this case, the Create event (Google Calendar) node. 3. Dynamically populate the required fields of that tool (Event Title, Attendees, Start Time) with the extracted information. 4. Execute the tool to create the calendar event. 5. Formulate a natural language response to the user, confirming that the event has been scheduled. The Simple Memory node gives the AI conversational context, allowing it to handle follow-up questions without needing the user to repeat information. The entire architecture is designed to translate unstructured human language into structured API calls, automating complex, multi-application tasks through a simple chat conversation. Node-by-Node Analysis The Core AI Engine - When chat message received (Chat Trigger): This is the workflow's entry point. It listens for and captures incoming messages from a user in a chat application, initiating the automation sequence. - Personal Assistant (Agent): This is the central orchestrator.

Tags: Chatbot, CRM, Google, MCP

Integrations: Google Gemini, Google Calendar, Email, AI Agent, Google Sheets

Related automations

Back to the Automation Library