MCP-Relay
If you are the rightful owner of MCP-Relay and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Relay is a server that allows Claude to interact with Discord channels by sending messages and receiving responses.
MCP Relay is a Model Context Protocol (MCP) server designed to facilitate communication between Claude, an AI model, and Discord channels. By leveraging the Discord API, MCP Relay enables the sending of messages and prompts to a specified Discord channel and processes responses. This setup is particularly useful for integrating AI-driven interactions within Discord communities, allowing for automated notifications and interactive prompts. The server requires configuration through a settings file, where the Discord bot token and channel ID are specified. It supports two types of messages: notifications, which do not expect a response, and prompts, which await user interaction. The server is built using Node.js and requires the Discord bot to have specific permissions and intents enabled.
Features
- Integration with Discord: Allows sending and receiving messages in Discord channels.
- Supports Notifications and Prompts: Can send simple notifications or interactive prompts.
- Configurable via MCP Settings: Easily configure the server using a JSON settings file.
- Node.js Based: Built using Node.js for efficient performance.
- Secure Token Management: Requires secure handling of Discord bot tokens.