MCP Server Discord Webhook
@genm
About MCP Server Discord Webhook
Discord Webhook MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"discord-webhook": {
"command": "npx",
"args": [
"-y",
"@genpm/mcp-server-discord-webhook"
],
"env": {
"DISCORD_WEBHOOK_URL": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Discord Webhook?
MCP Server Discord Webhook is an MCP server that posts messages to Discord using incoming webhooks. It is designed for developers who want to send Discord notifications programmatically from AI assistants or automation tools.
How to use MCP Server Discord Webhook?
Install the npm package, then configure your MCP client with the discord-webhook server entry, setting the DISCORD_WEBHOOK_URL environment variable. Use the send_message tool with a required content parameter to send a message.
Key features of MCP Server Discord Webhook
- Send messages to Discord via webhook.
- Customize the display name with
username. - Set a custom avatar using
avatar_url. - Simple configuration with a single environment variable.
Use cases of MCP Server Discord Webhook
- Sending real-time notifications from an AI agent to a Discord channel.
- Posting automated alerts or status updates to a Discord server.
- Integrating Discord into MCP-based workflows for team communication.
FAQ from MCP Server Discord Webhook
What is required to use this server?
You need a Discord webhook URL and set it as the DISCORD_WEBHOOK_URL environment variable.
What tools does the server provide?
It provides a single tool: send_message.
What parameters does send_message accept?
It accepts content (required string), username (optional string), and avatar_url (optional string).
Can I change the bot's name when sending messages?
Yes, use the optional username parameter to set a custom display name.
Does the server support custom avatars per message?
Yes, use the optional avatar_url parameter to specify an image URL for the avatar.
More Communication MCP servers
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
Gmail
shinzo-labsMCP Implementation for Gmail Services
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
Comments