Discord Bot Connector for AI agents.
10 live capabilities
Manage your community channels and bot permissions through a simple chat interface.
Waiting for input…
Why people use Discord Bot
Discord Bot for automated community management
This Connector puts those actions into a chat box. You tell your agent to find the Support channel and send a maintenance notice, and it happens. You get your time back to focus on the community.
What Vinkius changes
It turns your Discord bot into a command-line style interface for your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a spam wave
A moderator notices a raid and asks the agent to use delete_message to clear the channel of all recent spam.
- Real-world use case 02
Audit prep
A manager needs to see all roles and then uses get_guild_roles to find permission gaps before a new launch.
- Real-world use case 03
Mass announcement
An admin wants to tell everyone about a new feature and uses send_message to hit 5 different channels at once.
Complete set · 10capabilities
The complete Discord Bot capability set.
These are the exact actions your AI can choose when you ask it to work with Discord Bot.
01—04
4 capabilities in this set.
Part of 10 available through Discord Bot.
- 01 Capability
Get me
Get the authenticated info for your bot to check its own status. This confirms your bot is online and authorized.
- 02 Capability
List channels
See every channel in a guild to map out your community structure. It helps you organize your various areas of interest.
- 03 Capability
List guild members
Get a full list of members in a guild to track your audience. This is great for monitoring community growth.
- 04 Capability
List guilds
See every guild your bot is currently joined to. Use this to get a full overview of your bot's presence.
05—07
3 capabilities in this set.
Part of 10 available through Discord Bot.
- 05 Capability
Send message
Send a new message to a channel to announce news or updates. This allows for rapid, automated communication.
- 06 Capability
List messages
View recent messages in a specific channel to monitor activity. This helps you keep an eye on the community pulse.
- 07 Capability
Delete message
Remove a specific message from a channel to keep things clean. Use this to quickly clear out spam or off-topic content.
08—10
3 capabilities in this set.
Part of 10 available through Discord Bot.
- 08 Capability
Get channel
Pull specific details for a channel to check permissions or names. It gives you a clear view of your community structure.
- 09 Capability
Get guild roles
Fetch all roles in a guild to audit your permission hierarchy. This ensures only the right people have access.
- 10 Capability
Get guild
Retrieve full metadata for a specific guild your bot is in. Use this to see high-level community details.
Set up in minutes
One URL. Then ask Discord Bot to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Discord Bot 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_zpdKY815MVpnphnBLRbZ6ZNKagVLiYbaxzLAxQj0/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 Bot, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Discord Bot for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zpdKY815MVpnphnBLRbZ6ZNKagVLiYbaxzLAxQj0/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 Bot URL.
- Step 03
Save and start
Save the connection and enable Discord Bot in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"discord-bot": {
"url": "https://edge.vinkius.com/vk_preview_zpdKY815MVpnphnBLRbZ6ZNKagVLiYbaxzLAxQj0/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 Bot
Open Agent mode in chat and ask: "Using Discord Bot, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"discord-bot": {
"url": "https://edge.vinkius.com/vk_preview_zpdKY815MVpnphnBLRbZ6ZNKagVLiYbaxzLAxQj0/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 Bot
Ask Copilot: "Using Discord Bot, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"discord-bot": {
"url": "https://edge.vinkius.com/vk_preview_zpdKY815MVpnphnBLRbZ6ZNKagVLiYbaxzLAxQj0/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 Bot
Open Cascade and ask: "Using Discord Bot, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"discord-bot": {
"url": "https://edge.vinkius.com/vk_preview_zpdKY815MVpnphnBLRbZ6ZNKagVLiYbaxzLAxQj0/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 Bot
Ask Cline: "Using Discord Bot, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add discord-bot --transport http "https://edge.vinkius.com/vk_preview_zpdKY815MVpnphnBLRbZ6ZNKagVLiYbaxzLAxQj0/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 Bot
Ask Claude: "Using Discord Bot, show me...". 10 tools are ready
Where the request belongs
Work Discord Bot can move forward.
This is for the community manager who's tired of manual moderation and the bot developer who wants to test message delivery without constant manual API calls.
Community Manager
Audits channel structures and sends announcements during high-traffic events.
Bot Developer
Tests message delivery and retrieves guild metadata without writing custom scripts.
Support Lead
Pulls member lists and sends rapid updates to large groups of users.
Ops Lead
Automates data querying to coordinate outreach across multiple Discord communities.
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 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.
Sendbird
Manage Sendbird chat infrastructure. orchestrate users, channels, and moderation directly from your AI agent.
Rocket.Chat
Connect your AI assistant to Rocket.Chat to seamlessly send messages, explore channels, manage directories, and orchestrate chat operations directly.
Mattermost (Secure Team Collaboration)
Manage team collaboration via Mattermost. send messages, search channels, and audit team activities.
Slack Bot
Control and manage your Slack workspace. audit channels, messages, and users via AI.
Bring your own AI
Change the model, client or framework. Keep Discord Bot 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 Bot.
The practical details behind the request, access and result.
Can the Discord Bot MCP manage my permissions?
Yes, it pulls all roles from your community so you can check who has what access instantly.
How do I send messages with the Discord Bot MCP?
You just tell your agent which channel to target and what to say, and it handles the rest.
Can I see my member list with the Discord Bot MCP?
Yes, it can pull a full list of members in your community to help you track your growth.
Does the Discord Bot MCP work for multiple communities?
It can see and list every community your bot is joined to across your entire presence.
How do I delete spam with the Discord Bot MCP?
You can ask your agent to find specific messages and use the delete command to clear them out.
How do I find my Discord Bot Token?
Log in to the Discord Developer Portal, select your Application, go to the Bot tab, and click 'Reset Token' to generate a new one. Copy and paste it below.
Can the agent send messages to any channel?
Yes. If your bot has the 'Send Messages' permission in the specific channel, use the send_message capability providing the Channel ID. Your agent will deliver the content instantly.
Is it possible to check who has a specific role?
Yes. The list_guild_members capability allows your agent to retrieve the full list of members, including their assigned roles, helping you audit your community hierarchy.
One connection away
Give your agent a direct line to Discord Bot.
Connect Discord Bot once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available