Skip to main content

Automated MIT AI news delivery to Discord with deduplication

Workflow preview

Workflow preview
100%
Automated MIT AI news delivery to Discord with deduplication preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Stay ahead of the curve with the latest Artificial Intelligence research from MIT, delivered directly to your Discord server—clean, filtered, and duplicate free. This workflow is perfect for AI age...

Best for

  • Miscellaneous automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.datatable, n8n-nodes-base.filter, n8n-nodes-base.scheduletrigger, n8n-nodes-base.discord, n8n-nodes-base.rssfeedread, n8n-nodes-base.set, n8n-nodes-base.wait

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated MIT AI news delivery to Discord with deduplication
Workflow name
Automated MIT AI news delivery to Discord with deduplication

Stay ahead of the curve with the latest Artificial Intelligence research from MIT, delivered directly to your Discord server—clean, filtered, and duplicate-free.

This workflow is perfect for AI agencies, researchers, and tech teams who want to stay informed without the noise.

How it works

This workflow runs automatically every day (default 9:00 AM) to:

  1. Fetch the official MIT News RSS feed for the "Artificial Intelligence" topic.
  2. Filter articles to keep only those published in the last 24 hours.
  3. Deduplicate content using an internal n8n Data Table. It checks if the article link has already been sent to prevent spamming old news.
  4. Notify your team on Discord with a clean, formatted message including the Title, Author, Date, and Link.

Setup steps

1. Create the Data Table (Mandatory)

This workflow relies on n8n Data Tables to track sent articles. Before running:

  1. Go to your n8n Dashboard > Data Tables.
  2. Create a new table named: mit_ai_news_sent
  3. Add these exact columns:
    • creator (Type: String)
    • title (Type: String)
    • link (Type: String)
    • pubDate (Type: Date)

2. Connect the Table

  1. Import this template.
  2. Open the orange nodes named "Avoid Duplicated Articles" and "Register New Article".
  3. Select the mit_ai_news_sent table you just created from the list.

3. Configure Discord

  1. Create a Webhook in your Discord Server (Server Settings > Integrations > Webhooks).
  2. Open the "MIT AI Articles" node.
  3. Create a new Credential and paste your Webhook URL.

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 - Readme Note

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

Block 2 - Chapter 1

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

Block 3 - Chapter 2

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

Block 4 - Chapter 3

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

Block 5 - Register New Article

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

Block 6 - Avoid Duplicated Articles

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

Block 7 - Filter 24h (articles)

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

Block 8 - Scheduled Daily Trigger

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

Block 9 - MIT AI Articles

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

Block 10 - mit-artificial-intelligence (articles)

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

Block 11 - Cleaning Up Data

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

Block 12 - Sticky Note

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

Block 13 - Sticky Note13

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note6

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

Block 16 - Wait 1sec

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

3. Summary Table

Workflow Automated MIT AI news delivery to Discord with deduplication
Complexity advanced
Nodes 16
Categories Miscellaneous
Author Vasyl Pavlyuchok
Published 25 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11210/11210.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 Automated MIT AI news delivery to Discord with deduplication do?

Stay ahead of the curve with the latest Artificial Intelligence research from MIT, delivered directly to your Discord server—clean, filtered, and duplicate free. This workflow is perfect for AI age...

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 Miscellaneous use case.