MCP-server Discord Webhook

by shehdrbs123

325 downloads
Not rated
GitHub

About

Model Context Protocol server for sending messages via Discord webhooks

Details

Author
shehdrbs123
Downloads
325
Categories
Communication

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP-server Discord Webhook
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet โ€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.