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

Go to Workflow
6,037 views
Built by Jay Emp0 Jay Emp0
Created on June 05, 2026

Description

πŸ€– 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

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.

Tool Authentication:
Replace all OAuth credentials for:
Gmail
Google Drive
Google Calendar
Twitter
LinkedIn
Use your own accounts when copying this workflow.

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

πŸ“§ Gmail
[x] "Show me unread emails from this week."
[x] "Search for emails with subject: invoice"
[X] "Reply to the latest email from [email protected] saying 'Thanks, noted!'"
[X] "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"
[X] "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."
[X] "Create a folder called 'July Reports' inside Emp0 shared drive."
[X] "Move the file named 'Q2_Review.pdf' to 'Reports/2024/Q2'."
[X] "Share the folder 'Investor Decks' with [email protected] as viewer."
[ ] "Download the file 'Wayne_Li_CV.pdf' and attach it in Discord."
[X] "Search for a file named 'Invoice May' in my Google Drive."

πŸ–Ό LinkedIn
[X] "Think of a random and inspiring quote. Post a text update on LinkedIn with the quote and end with a question so people will answer and increase engagement"
[ ] "Post this Google Drive image to LinkedIn with the caption: 'Team offsite snapshots!'"
[X] "Summarize the contents of this workflow and post it on linkedin with the original url https://n8n.io/workflows/5230-content-farming-ai-powered-blog-automation-for-wordpress/"

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

🌐 Utilities
[X] "What time is it now?"
[ ] "Download this PDF: https://ontheline.trincoll.edu/images/bookdown/sample-local-pdf.pdf"
[X] "Search this URL and summarize important tech updates today: https://techcrunch.com/feed/"

πŸ“Ž 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
[X] "Schedule a meeting on Feb 30."
[X] "Send a DM to @user_that_does_not_exist"
[ ] "Download a 50MB PDF and post it to LinkedIn"
[X] "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

Discord bot trigger: n8n_discord_trigger_bot
Creator: Jay (Empβ‚€)

Nodes Used (8)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Code Tool
@n8n/n8n-nodes-langchain.toolCode
Discord
n8n-nodes-base.discord
MCP Client Tool
@n8n/n8n-nodes-langchain.mcpClientTool
MongoDB Chat Memory
@n8n/n8n-nodes-langchain.memoryMongoDbChat
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Think Tool
@n8n/n8n-nodes-langchain.toolThink