Discord Webhook
Post messages to Discord webhooks.
MCP Server Discord Webhook
An MCP server for posting messages to Discord webhooks.
Installation
npm install @genpm/mcp-server-discord-webhook
Configuration
Add the following to your MCP configuration file:
{
"mcpServers": {
"discord-webhook": {
"command": "npx",
"args": [
"-y",
"@genpm/mcp-server-discord-webhook"
],
"env": {
"DISCORD_WEBHOOK_URL": "your-discord-webhook-url"
},
"alwaysAllow": [
"send_message"
]
}
}
}
Features
send_message
Sends a message to Discord.
Parameters:
content: Message content (required)username: Display name (optional)avatar_url: Avatar URL (optional)
Example:
<use_mcp_tool>
<server_name>discord-webhook</server_name>
<tool_name>send_message</tool_name>
<arguments>
{
"content": "Test message",
"username": "Custom Name"
}
</arguments>
</use_mcp_tool>
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
Server Terkait
Telegram Notify MCP
Send Telegram notifications from AI agents - text, photos, and documents via Bot API
Bluesky MCP Server
An MCP server for Bluesky that provides tools to interact with the ATProtocol.
Twilio SMS Server
Send SMS messages using the Twilio API. Functions as an MCP server or a standalone REST API.
MCP DingDing Bot
Send and manage message notifications and interactions with DingTalk / DingDing.
better-telegram-mcp
Production-grade MCP server for Telegram with dual-mode Bot API + MTProto, 6 composite tools
AgentRPC
Connect to any function, any language, across network boundaries using AgentRPC.
ChatSum
Summarize chat messages from a local database file.
Reddit
Access Reddit's public API to browse frontpage posts, subreddit information, and read post comments.
Telegram MCP Server
Interact with a Telegram account using the user client API, allowing AI assistants to manage chats and messages.
Qiye Wechat MCP
Enables AI assistants to send messages to Enterprise WeChat (Qiye Wechat) groups via webhooks.