The MCP Server Discord Webhook allows you to send messages to Discord via webhooks.
Send Messages: Send text messages to a Discord channel using the
send_messagecommandCustomization: Optionally customize the message sender's display name and avatar URL
Integration: Easily integrate with MCP configurations to automate message sending
Enables sending messages to Discord channels via webhooks, with support for customizing the message content, display name, and avatar.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Discord Webhooksend a notification to the team channel saying 'Daily standup starts in 5 minutes'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server Discord Webhook
An MCP server for posting messages to Discord webhooks.
Installation
Related MCP server: Discord MCP Server
Configuration
Add the following to your MCP configuration file:
Features
send_message
Sends a message to Discord.
Parameters:
content: Message content (required)username: Display name (optional)avatar_url: Avatar URL (optional)
Example:
Development
This project uses GitHub Actions for continuous integration and automated publishing to npm. When you push a new version tag (e.g., v1.0.0), it will automatically:
Build the package
Run tests
Publish to npm
Create a GitHub release
For more details about the release process, see CHANGELOG.md.
License
MIT
Author
genm