Skip to main content

Grow Reddit karma with DeepSeek, Google Sheets, Multilogin and Browser MCP

Workflow preview

Workflow preview
100%
Grow Reddit karma with DeepSeek, Google Sheets, Multilogin and Browser MCP preview
Open on n8n.io

1. Workflow Overview

How it works Run workflow on schedule fires on a set interval to pull Reddit accounts from a Google Sheets spreadsheet (filtered to exclude shadowbanned accounts) Smart action calculator randomly s...

Best for

  • Social Media automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-browser-mcp.browsertooltool, @n8n/n8n-nodes-langchain.lmchatdeepseek, n8n-nodes-base.splitinbatches, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Grow Reddit karma with DeepSeek, Google Sheets, Multilogin and Browser MCP
Workflow name
Grow Reddit karma with DeepSeek, Google Sheets, Multilogin and Browser MCP

How it works

  • Run workflow on schedule fires on a set interval to pull Reddit accounts from a Google Sheets spreadsheet (filtered to exclude shadowbanned accounts)
  • Smart action calculator randomly selects 3–8 accounts and decides whether each should post or comment, respecting cooldown timers (1–3hr gap for posts, 30–120min gap for comments) and only operating during active hours (midnight–noon)
  • IP validation loop routes each account through a proxy, verifies the IP against the account's creation IP using httpbin, and skips if there's a match (to avoid fingerprint overlap)
  • Multilogin browser profile launch opens an anti-detect browser session per account via the Multilogin API, then connects to the browser's DevTools WebSocket
  • AI Agent (DeepSeek + Browser MCP) autonomously navigates Reddit, reads subreddit rules, scans recent posts, and either creates a new text post or writes a context-aware comment — all with human-like scroll behavior and natural language
  • Post-action processing parses the AI's output to extract karma stats, permalinks, and success/failure status, then updates the Google Sheet with timestamps, karma totals, and links
  • Profile cleanup closes the Multilogin browser profile after each account finishes, then loops to the next account

Setup steps

  • ~20 minutes to configure all credentials and services
  • Connect your Google Sheets service account and point it to your Reddit accounts spreadsheet (columns: multilogin_profile_id, proxy_provider, shadowban?, account_id, account_password, creation_ip, karma, posts_made_today, comments_made_today, time_of_post, time_of_comment, last_allocated_ip, posts_links, comments_links, row_number)
  • Set up your Multilogin API bearer token credential and update the folder ID in the "Open Multilogin Profile" node URL
  • Add your DeepSeek API credential for both AI Agent model nodes
  • Install the Browser MCP community node (n8n-nodes-browser-mcp) and ensure the MCP server is running at the configured baseUrl
  • Update the proxy URL in the "Get Proxy Exit IP" HTTP Request node with your actual proxy credentials
  • Adjust the Run workflow on schedule interval to your desired frequency
  • Review the sticky notes inside the workflow for detailed logic explanations

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 - Browser MCP Tool (Comment)

Type / Role
n8n-nodes-browser-mcp.browserToolTool - browserToolTool
Config choices
Version 1

Block 2 - DeepSeek Model (Comment)

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

Block 3 - Loop Through Accounts

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Remove Shadowbanned

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

Block 5 - Browser MCP Tool (Post)

Type / Role
n8n-nodes-browser-mcp.browserToolTool - browserToolTool
Config choices
Version 1

Block 6 - DeepSeek Model (Post)

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

Block 7 - Reddit Comment Agent

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

Block 8 - Reddit Post Agent

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

Block 9 - Close Multilogin Profile

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 10 - Update Sheet - Posts

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - Update Sheet - Comments

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 12 - Run workflow on schedule

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

Block 13 - Sort by Action Type

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

Block 14 - Get Profile ID for Cleanup

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

Block 15 - Parse Post Result

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

Block 16 - Parse Comment Result

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

Block 17 - Route Post or Comment

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

Block 18 - Prepare Agent Input

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

Block 19 - Get Browser WebSocket URL

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 20 - Build Debug URL

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

Block 21 - Open Multilogin Profile

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 22 - Calculate Actions

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

Block 23 - Sticky Note Action timing

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

Block 24 - Delay Between Accounts

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

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

3. Summary Table

Workflow Grow Reddit karma with DeepSeek, Google Sheets, Multilogin and Browser MCP
Complexity advanced
Nodes 37
Categories Social Media, AI Chatbot
Author Ejaz Ullah
Published 09 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13967/13967.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 Grow Reddit karma with DeepSeek, Google Sheets, Multilogin and Browser MCP do?

How it works Run workflow on schedule fires on a set interval to pull Reddit accounts from a Google Sheets spreadsheet (filtered to exclude shadowbanned accounts) Smart action calculator randomly s...

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 Social Media, AI Chatbot use case.