Discord Connector for AI agents.
15 live capabilities
Manage your Discord community and moderation through natural conversation.
Waiting for input…
Why people use Discord
Discord for Community Management and Moderation
With this Connector, you can just tell your AI agent what needs to happen. Instead of hunting for the right settings, you ask the agent to purge the spam, create the new event thread, or update the rules. It handles the navigation so you can stay in your flow.
What Vinkius changes
You turn your Discord bot into a controllable extension of your AI workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Spam Cleanup
A moderator notices a raid and asks the agent to delete_message for all recent spam in the general channel.
- Real-world use case 02
Event Setup
A community lead asks the agent to create_guild_channel for a new tournament and pin_message with the rules.
- Real-world use case 03
Member Onboarding
A support rep uses list_guild_members to find a specific user's role and then sends a welcome message using create_message.
Complete set · 15capabilities
The complete Discord capability set.
These are the exact actions your AI can choose when you ask it to work with Discord.
01—04
4 capabilities in this set.
Part of 15 available through Discord.
- 01 Capability
Delete message
Remove a specific chat message from the visible history of a channel.
- 02 Capability
List guild channels
Identify all text and voice channels within a Discord community.
- 03 Capability
List guild roles
List all roles currently configured in your Discord community.
- 04 Capability
Create guild channel
Create a new text or voice channel within your Discord community.
05—08
4 capabilities in this set.
Part of 15 available through Discord.
- 05 Capability
Get guild
Extract structural metadata and member counts from a Discord community.
- 06 Capability
List guild members
Enumerate all user accounts attached to your Discord community.
- 07 Capability
Create message
Send an automated text payload to a specific channel with Markdown support.
- 08 Capability
Create thread
Create a new thread starting from a specific message.
09—12
4 capabilities in this set.
Part of 15 available through Discord.
- 09 Capability
Delete channel
Irreversibly delete a Discord channel and all its historical data.
- 10 Capability
Edit message
Update the text of an existing bot message in a live chat context.
- 11 Capability
Get guild member
Retrieve the details for a specific member of your community.
- 12 Capability
List channel messages
Read recent messages, attachments, and embed payloads from a channel.
13—15
3 capabilities in this set.
Part of 15 available through Discord.
- 13 Capability
Pin message
Pin a specific message in a Discord channel for community visibility.
- 14 Capability
Add reaction
Add an emoji reaction to a Discord message using standard or custom emojis.
- 15 Capability
Get channel
Fetch the deep properties and metadata of a specific Discord channel.
Set up in minutes
One URL. Then ask Discord to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Discord from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Wz9NrSTevbDoa4feOFpAMrenIHj9T20JUIHvNMqI/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Discord, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Discord for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Wz9NrSTevbDoa4feOFpAMrenIHj9T20JUIHvNMqI/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Discord URL.
- Step 03
Save and start
Save the connection and enable Discord in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"discord": {
"url": "https://edge.vinkius.com/vk_preview_Wz9NrSTevbDoa4feOFpAMrenIHj9T20JUIHvNMqI/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Discord
Open Agent mode in chat and ask: "Using Discord, help me...". 15 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"discord": {
"url": "https://edge.vinkius.com/vk_preview_Wz9NrSTevbDoa4feOFpAMrenIHj9T20JUIHvNMqI/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Discord
Ask Copilot: "Using Discord, help me...". 15 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"discord": {
"url": "https://edge.vinkius.com/vk_preview_Wz9NrSTevbDoa4feOFpAMrenIHj9T20JUIHvNMqI/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Discord
Open Cascade and ask: "Using Discord, help me...". 15 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"discord": {
"url": "https://edge.vinkius.com/vk_preview_Wz9NrSTevbDoa4feOFpAMrenIHj9T20JUIHvNMqI/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Discord
Ask Cline: "Using Discord, help me...". 15 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add discord --transport http "https://edge.vinkius.com/vk_preview_Wz9NrSTevbDoa4feOFpAMrenIHj9T20JUIHvNMqI/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Discord
Ask Claude: "Using Discord, show me...". 15 tools are ready
Where the request belongs
Work Discord can move forward.
This is for the community manager who is tired of manual moderation, the developer who needs to test bot logic without a GUI, and the support lead handling high-volume tickets.
Community Manager
Moderates channels and updates community info without switching apps.
Bot Developer
Tests messaging logic and verifies channel configurations directly in the IDE.
Customer Support
Monitors channel messages and responds to inquiries using natural language.
Ops Engineer
Audits member lists and manages channel hierarchies in real-time.
When one Connector is not enough
Carry the request into a workflow.
Combine Discord with the systems that finish the task.
View all recipesCatch Frontend Downtime Early Using Connectors
Your landing page passed the Lighthouse audit but your checkout flow takes 11 seconds in Brazil because nobody runs synthetic checks from outside us-east-1
Debug CI Pipeline Failures Faster Using MCP
Your CI pipeline takes 47 minutes and nobody knows which step is the bottleneck , your AI agent analyzes every build, identifies the slow steps, and posts a weekly efficiency report
Get Instant Incident Alerts in Discord via MCP
Monitors fire, Discord gets the alert, the incident log updates itself , no human in the loop
How Connectors Auto-Triage Bug Reports
New bugs detected, severity classified, sprint tickets created, team notified , triage your backlog without a standup
Manage Community Engagement Using Connectors
Your agency manages Discord communities for 5 clients but the community manager checks each server manually every 30 minutes , and still misses the toxic thread that blows up at 2am or the product feedback buried in the #general channel that nobody escalated
MCP Recipe for Code Review Time Analytics
Review bottlenecks detected, unreviewed PRs surfaced, reviewer workload balanced, team velocity measured , fix your code review process with data
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDiscord
Manage Discord servers, post messages, organize channels, and moderate communities with full bot-level API access.
Discord Bot
Control and manage your Discord bots. audit guilds, channels, and messages via AI.
Discord Webhook Notifier
This MCP does exactly one thing: it sends messages to your Discord channels. That's its only function, and nothing else. Zero friction, incredible for giving your AI agents a voice.
Rocket.Chat
Connect your AI assistant to Rocket.Chat to seamlessly send messages, explore channels, manage directories, and orchestrate chat operations directly.
Sendbird
Manage Sendbird chat infrastructure. orchestrate users, channels, and moderation directly from your AI agent.
Mattermost (Secure Team Collaboration)
Manage team collaboration via Mattermost. send messages, search channels, and audit team activities.
Bring your own AI
Change the model, client or framework. Keep Discord connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Discord.
The practical details behind the request, access and result.
Can the Discord MCP help me moderate my community?
Yes, it lets your AI agent perform moderation tasks like deleting messages, purging channels, and managing members without you having to open the Discord app.
How do I use the Discord MCP to send messages?
You just tell your AI client what to say and which channel it goes to. The Connector handles the delivery of the text and any Markdown formatting.
Can this Connector help me find specific user IDs?
Yes, it can fetch Snowflake IDs for members and full metadata for your community, which is helpful for advanced configuration.
Is it possible to create new channels using this?
You can ask your agent to create new text or voice channels and even organize them into categories automatically.
Can I use the Discord MCP to pin important info?
Absolutely. You can tell your agent to pin a specific message in any channel so it stays at the top for your members.
Does the Discord MCP support Markdown?
Yes, it supports Markdown, so your AI agent can send bold text, headers, and other formatting to your community.
Can I use this to see my community logs?
You can pull chronological logs from any channel, which helps you see what is happening in your community in real-time.
Can my agent list all members of a Discord server?
Yes. Use the 'list_guild_members' capability. Note that this action is heavily restricted by the 'GUILD_MEMBERS' Privileged Intent, which must be enabled for your bot in the Discord Developer Portal.
How do I edit a message previously sent by the bot via chat?
Provide the 'channel_id', 'message_id', and the new 'content' to the 'edit_message' capability. Your agent will update the core content directly, substituting the payload rendered globally without deleting and reposting.
Can I delete an entire channel through natural conversation?
Yes. The 'delete_channel' mutation allows you to irreversibly delete an active Discord channel. The agent will destroy the routing bucket and vaporize all nested chat payloads and attachments.
One connection away
Give your agent a direct line to Discord.
Connect Discord once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available