Skip to main content

AI-powered multi-platform assistant with Google Suite, LinkedIn & Twitter

Workflow preview

Workflow preview
100%
AI-powered multi-platform assistant with Google Suite, LinkedIn & Twitter preview
Open on n8n.io

Important notice

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

1. Workflow Overview

MCP Personal Assistant Workflow Description This workflow integrates multiple productivity tools into a single AI powered assistant using n8n, acting as a centralized control hub to receive and ...

Best for

  • Personal Productivity automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.discord, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlecalendartool, @n8n/n8n-nodes-langchain.mcptrigger, n8n-nodes-base.stickynote, n8n-nodes-base.linkedintool

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
AI-powered multi-platform assistant with Google Suite, LinkedIn & Twitter
Workflow name
AI-powered multi-platform assistant with Google Suite, LinkedIn & Twitter

πŸ€– MCP Personal Assistant Workflow Description

This workflow integrates multiple productivity tools into a single AI-powered assistant using n8n, acting as a centralized control hub to receive and execute tasks across Google Calendar, Gmail, Google Drive, LinkedIn, Twitter, and more.


βœ… Key Capabilities

  • AI Agent + Tool Use: Built using n8n's AI Agent and MCP system, enabling intelligent multi-step reasoning.
  • Tool Integration:
    • Google Calendar: schedule, update, delete events
    • Gmail: search, draft, send emails
    • Google Drive: manage files and folders
    • LinkedIn & Twitter: post updates, send DMs
    • Utility tools: fetch date/time, search URLs
  • Discord Input: Accepts prompts via n8n_discord_trigger_bot repo link

πŸ›  Setup Instructions

  1. Timezone Configuration:

    • Go to Settings > Default Timezone in n8n.
    • Set to your local timezone (e.g., Asia/Jakarta).
    • Ensure all Date & Time nodes explicitly use the same zone to avoid UTC-related bugs.
  2. Tool Authentication:

    • Replace all OAuth credentials for:
      • Gmail
      • Google Drive
      • Google Calendar
      • Twitter
      • LinkedIn
    • Use your own accounts when copying this workflow.
  3. Platform Adaptability:

    • While designed for Discord, you can replace the Discord trigger with any other chat or webhook service.
    • Example: Telegram, Slack, WhatsApp Webhook, n8n Form Trigger, etc.

πŸ“¦ Strengths

  • Great for document retrieval, email summarization, calendar scheduling, and social posting.
  • Reduces the need for tab-switching across multiple platforms.
  • Tested with a comprehensive checklist across categories like:
    • Calendar
    • Gmail
    • Google Drive
    • Twitter
    • LinkedIn
    • Utility tools
    • Cross-tool actions
      (Refer to discordGPT prompt checklist for prompt coverage.)

⚠️ Limitations

  • ❌ Binary Uploads:

    • AI agents & MCP server currently struggle with binary payloads.
    • Uploading files to Gmail, Google Drive, or LinkedIn may fail due to format serialization issues.
    • Binary operations (upload/post) are under development and will be fixed in future iterations.
  • ❌ Date Bugs:

    • If timezone settings are incorrect, event times may default to UTC, leading to misaligned calendar events.

πŸ”¬ Testing

Use the provided prompt checklist for full coverage of:

  • βœ… Core feature flows
  • βœ… Edge cases (e.g., invalid dates, nonexistent users)
  • βœ… Cross-tool chains (e.g., Google Drive β†’ Gmail β†’ LinkedIn)

βœ… MCP Assistant Test Prompt Checklist

πŸ“… Google Calendar

  • "Schedule a meeting with Alice tomorrow at 10am. and send an invite to [email protected]"
  • "Create an event called 'Project Sync' on Friday at 3pm with Bob and Charlie."
  • "Update the time of my call with James to next Monday at 2pm."
  • "Delete my meeting with Marketing next Wednesday."
  • "What is my schedule tommorow ? "

πŸ“§ Gmail

  • "Show me unread emails from this week."
  • "Search for emails with subject: invoice"
  • "Reply to the latest email from [email protected] saying 'Thanks, noted!'"
  • "Draft an email to [email protected] with subject 'Emp0 Fundraising' and draft the body of the email with an investment opportunity in Emp0, scrape this site https://Emp0.com to get to know more about emp0.com"
  • "Send an email to [email protected] with subject 'Feature request' and cc [email protected]"
  • "Send an email to [email protected] , write about how you like their product and want to apply for a job there and attach my latest CV from Google Drivce"

πŸ—‚ Google Drive

  • "Upload the PDF you just sent me to my Google Drive."
  • "Create a folder called 'July Reports' inside Emp0 shared drive."
  • "Move the file named 'Q2_Review.pdf' to 'Reports/2024/Q2'."
  • "Share the folder 'Investor Decks' with [email protected] as viewer."
  • "Download the file 'Wayne_Li_CV.pdf' and attach it in Discord."
  • "Search for a file named 'Invoice May' in my Google Drive."

πŸ–Ό LinkedIn

🐦 Twitter

  • "Tweet: 'AI is eating operations. Fast.'"
  • "Send a DM to @founderguy: 'Would love to connect on what you’re building.'"
  • "Search Twitter for keyword: 'founder advice'"

🌐 Utilities

πŸ“Ž Discord Attachments

  • "Take the image I just uploaded and post it to LinkedIn."
  • "Get the file from my last message and upload it to Google Drive."

πŸ§ͺ Edge Cases

  • "Schedule a meeting on Feb 30."
  • "Send a DM to @user_that_does_not_exist"
  • "Download a 50MB PDF and post it to LinkedIn"
  • "Get the latest tweet from my timeline and email it to myself."

πŸ”— Cross-tool Flows

  • "Get the latest image from my Google Drive and post it on LinkedIn with the caption 'Another milestone hit!'"
  • "Find the latest PDF report in Google Drive and email it to [email protected]."
  • "Download an image from this link and upload it to my Google Drive: https://example.com/image.png"
  • "Get the most recent attachment from my inbox and upload it to Google Drive."

Run each of these in isolated test cases. For cross-tool flows, verify binary serialization integrity.

🧠 Why Use This Workflow?

This is an always-on personal assistant that can:

  • Process natural language input
  • Handle multi-step logic
  • Execute commands across 6+ platforms
  • Be extended with more tools and memory

If you want to interact with all your work tools from a single promptβ€”this is your base to start.


πŸ“Ž Repo & Credits

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 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 2 - AI Agent1

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

Block 3 - Discord - reply meow

Type / Role
n8n-nodes-base.discord - discord
Config choices
Version 2

Block 4 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - UpdateEvent

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 6 - DeleteEvent

Type / Role
n8n-nodes-base.googleCalendarTool - googleCalendarTool
Config choices
Version 1.3

Block 7 - Google Calendar MCP

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

Block 8 - Sticky Note4

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

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

Block 12 - post image on personal linkedin

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

Block 13 - Get many messages in Gmail

Type / Role
n8n-nodes-base.gmailTool - gmailTool
Config choices
Version 2.1

Block 14 - search for a User in X

Type / Role
n8n-nodes-base.twitterTool - twitterTool
Config choices
Version 2

Block 15 - Personal calendar

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

Block 16 - personal email

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

Block 17 - personal linkedin

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

Block 18 - personal twitter

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

Block 19 - MongoDB Chat Memory

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

Block 20 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Sticky Note3

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

Block 22 - HTTP Request

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 23 - Sticky Note5

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

Block 24 - Google Mail MCP tools

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

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

3. Summary Table

Workflow AI-powered multi-platform assistant with Google Suite, LinkedIn & Twitter
Complexity advanced
Nodes 65
Categories Personal Productivity, AI Chatbot
Author Jay Emp0
Published 10 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5850/5850.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 AI-powered multi-platform assistant with Google Suite, LinkedIn & Twitter do?

MCP Personal Assistant Workflow Description This workflow integrates multiple productivity tools into a single AI powered assistant using n8n, acting as a centralized control hub to receive and ...

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 Personal Productivity, AI Chatbot use case.