This Discord relay MCP server, developed by Emilio Bool, enables AI agents to send messages and prompts to a Discord channel and receive responses. Built with TypeScript and leveraging the Discord.js library, it provides a bridge between MCP-compatible AI systems and Discord's communication platform. The implementation focuses on simplicity and ease of setup, offering features like customizable message types, action buttons, and timeout handling. It's particularly useful for developers and researchers working on AI-human interaction, enabling use cases such as automated support systems, community engagement bots, or AI-assisted moderation without dealing directly with Discord's API complexities.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Send a message to a Discord channel. Parameters: type (string - 'prompt' or 'notification'), title (string), content (string), actions (optional array of button objects with label and value), timeout (optional number in milliseconds).