MCP-server Discord Webhook
About
Model Context Protocol server for sending messages via Discord webhooks
Details
- Author
- shehdrbs123
- Downloads
- 325
- Categories
- Communication
Jump to
- Real-time Discord notifications via mcp-server
- Customizable event message support
- Simple setup and integration
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-server Discord WebhookCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Node.js v20.19.0+ (LTS) and an MCP client. Obtain a Discord webhook URL from a channelโs settings. Configure your MCP client with the provided JSON, setting the WEBHOOK_URL environment variable, and add the server using npx -y @shehdrbs123/mcp-server-discord-webhook. The server exposes the tool discord_send_message which can be allowed automatically.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server discord webhook": {
"webhook": {
"command": "npx",
"args": [
"-y",
"@shehdrbs123/mcp-server-discord-webhook"
],
"env": {
"WEBHOOK_URL": ""
}
}
}
}
}
McpServers
{
"webhook": {
"command": "npx",
"args": [
"-y",
"@shehdrbs123/mcp-server-discord-webhook"
],
"env": {
"WEBHOOK_URL": ""
}
}
}
MCP-server Discord Webhook
๐ ๊ฐ์
์ด ๋ชจ๋์ MCP ์๋ฒ์์ ์ค์๊ฐ์ผ๋ก Discord ์ฑ๋์ ์๋ฆผ์ผ๋ก ์ ์กํ๋ ๊ธฐ๋ฅ์ ์ ๊ณตํฉ๋๋ค.๐ ์ฃผ์ ๊ธฐ๋ฅ
- mcp-server๋ฅผ ํตํด ์ค์๊ฐ Discord ์๋ฆผ - ๋ง์ถคํ ์ด๋ฒคํธ ๋ฉ์์ง ์ง์ - ๊ฐํธํ ์ค์ ๋ฐ ํตํฉ๐ง ์ค์น ๋ฐฉ๋ฒ
1. ํ์ ํ๋ก๊ทธ๋จ
node.js v20.19.0 (LTS) ์์๋ฒ์ ํ์ธ X mcp client ํ๋ก๊ทธ๋จ2. Webhook URL ์ค๋น
1. Discord ์๋ฒ์ ์ฑ๋ ์ค์ > ์ฐ๋์ผ๋ก ์ด๋ 2. ์นํํฌ ์ ํ 3. ์ ์นํํฌ > URL ๋ณต์ฌ3. MCP config ์ค์
"mcpServers": {
"webhook": {
"command": "npx",
"args": [
"-y",
"@shehdrbs123/mcp-server-discord-webhook"
],
"env": {
"WEBHOOK_URL": "YOUR_WEBHOOK_URL"
},
"alwaysAllow": [
"discord_send_message"
]
}
}
4. mcp ์ฌ์ฉ๋ฒ ์ ํ๋ธ (ํ๊ธ)
์ถ์ฒ : ์ฝ๋๊น๋๋ ธ์ธ
https://www.youtube.com/watch?v=jpWtV08fF-E
๐ ๋ผ์ด์ ์ค
์์ ๋ฌด๋ฃ!
โจ Made for Claude
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



