Daily Topic News Digest with Gemini AI, Decodo MCP and Slack

Go to Workflow
0 views
Built by Satyam Tripathi Satyam Tripathi
Created on June 09, 2026

Description

Try It Out!

This n8n template demonstrates how to build an autonomous AI news agent using Decodo MCP that automatically finds, scrapes, and delivers fresh industry news to your team via Slack.

Use cases are many – automated news monitoring for your industry, competitive intelligence gathering, startup monitoring, regulatory updates, research automation, or daily briefings for your organization.

How it works

Define your news topics using the Set node – AI, MCP, web scraping, whatever matters to your business.
The AI Agent processes those topics using the Gemini Chat Model, determining which tools to use and when.
Here's where it gets interesting: Decodo MCP gives your AI agent the tools to search Google, scrape websites, and parse content automatically – all while bypassing geo-restrictions and anti-bot measures.
The agent hunts for fresh articles from the last 48 hours, extracts clean data, and returns structured JSON results.
Format Results cleans up the AI's messy output and removes duplicates.
Your polished news digest gets delivered to Slack with clickable links and summaries.

How to use

Schedule trigger runs daily at 9 AM – adjust timing or swap for webhook triggers as needed.
Customize topics in the Set node to match your industry.
Scales effortlessly: add more topics, tweak search criteria, done.

Requirements

Decodo MCP credentials (free trial available) – grab the Smithery connection URL with keys and paste it straight into your n8n MCP node. Done.
Gemini API key for the AI processing – drop it into the Google Gemini Chat Model node and pick whichever Gemini model fits your needs.
Slack workspace for delivery – n8n's Slack integration docs have you covered.

What the final output looks like

Here's what your team receives in Slack every morning:

Need help?

Join the Discord or email [email protected] for questions.

Happy Automating!

Nodes Used (5)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
MCP Client Tool
@n8n/n8n-nodes-langchain.mcpClientTool
Slack
n8n-nodes-base.slack