Discord for your agents.
Connect Discord once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 16 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Discord.
What agents can do with Discord
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
discord_meCheck the token: returns the bot user.
discord_send_messageSend a message to a channel (the bot must be in the server with send permission; channel id from Discord's Copy ID).
discord_channel_messagesRecent messages in a channel.
discord_get_channelGet a channel's metadata (name, type, topic, guild) by id.
discord_edit_messageEdit a message the bot sent. Only the author (this bot) can edit its own messages.
discord_delete_messageDelete a message by id (needs Manage Messages permission unless it is the bot's own).
discord_get_guildGet a server (guild) by id: name, icon, owner, and settings.
discord_list_guild_channelsList all channels in a server (guild).
discord_list_guild_membersList members of a server. Requires the Guild Members privileged intent enabled for the bot. `after` paginates by the highest member id from the previous page.
discord_create_guild_channelCreate a new channel in a guild.
discord_list_guild_rolesList all roles in a guild.
discord_create_roleCreate a new role in a guild.
discord_get_guild_memberGet a specific member of a guild.
discord_modify_guildModify a guild's settings.
discord_create_reactionAdd a reaction to a message (uses the bot's own user id). The emoji must be URL-encoded: unicode or name:id format.
discord_delete_all_reactionsDelete all reactions from a message. Requires Manage Messages permission.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Create an application (or open yours), then open its Bot tab.
- Click 'Reset Token' and copy the bot token.
- Invite the bot to your server with the channels it should reach (OAuth2 URL generator, scope 'bot', permissions Send Messages + Read Message History).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Discord to Even: call connect_begin("discord") on the even-connect MCP and walk me through it.
Send notifications to Discord channels, retrieve message history, and list guild members for community moderation.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.