Skip to main content

Control Discord bot with natural language via MCP server

Workflow preview

Workflow preview
100%
Control Discord bot with natural language via MCP server preview
Open on n8n.io

Important notice

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

1. Workflow Overview

What it is I wanted to create a simple, easy to use, MCP server for your Discord bot(s). How to set up Literally all you do is select your bot auth (or crease a new Discord Bot auth if you havn't e...

Best for

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

Tools used

n8n-nodes-base.discordtool, @n8n/n8n-nodes-langchain.mcptrigger, n8n-nodes-base.httprequesttool, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Control Discord bot with natural language via MCP server
Workflow name
Control Discord bot with natural language via MCP server

What it is- I wanted to create a simple, easy-to-use, MCP server for your Discord bot(s).

How to set up- Literally all you do is select your bot auth (or crease a new Discord Bot auth if you havn't entered your key in n8n before) and that's IT!

How to use it- You can now ask your bot to do things via any MCP client, including from within N8N workflows!

Note: If you need an example, you can check out my simple quickstart Discord MCP Server that uses 4o to send messages to channels on your server and users who are members of the server the bot is in.

Need help? Want access to more workflows and even live Q&A sessions with a top verified n8n creator.. All 100% free?

Join the community

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 - Send Discord Message to Channel

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

Block 2 - Add Role To Member

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

Block 3 - Remove Role from member

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

Block 4 - Discord MCP Server Trigger

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

Block 5 - Get channels of server by server ID

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

Block 6 - Get members of server by server ID

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

Block 7 - Send DM and Wait for reply

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

Block 8 - Send to Channel and Wait for Reply

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

Block 9 - Send DM to User

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

Block 10 - Get Discord Server IDs

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note4

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

Block 16 - Sticky Note5

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

3. Summary Table

Workflow Control Discord bot with natural language via MCP server
Complexity advanced
Nodes 16
Categories AI Chatbot
Author David Ashby
Published 08 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3946/3946.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 Control Discord bot with natural language via MCP server do?

What it is I wanted to create a simple, easy to use, MCP server for your Discord bot(s). How to set up Literally all you do is select your bot auth (or crease a new Discord Bot auth if you havn't e...

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