MCP Server Discord Webhook
@genm
关于 MCP Server Discord Webhook
Discord Webhook MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"discord-webhook": {
"command": "npx",
"args": [
"-y",
"@genpm/mcp-server-discord-webhook"
],
"env": {
"DISCORD_WEBHOOK_URL": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
沟通协作 分类下的更多 MCP 服务器
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
飞书MCP服务器
sdd330MCP server provides feishu related operations
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
评论