Skip to main content
Glama

MCP Server Discord Webhook

by genm

MCP 服务器 Discord Webhook

用于向 Discord webhook 发布消息的 MCP 服务器。

日语的README

安装

npm install @genpm/mcp-server-discord-webhook

配置

将以下内容添加到您的 MCP 配置文件中:

{ "mcpServers": { "discord-webhook": { "command": "npx", "args": [ "-y", "@genpm/mcp-server-discord-webhook" ], "env": { "DISCORD_WEBHOOK_URL": "your-discord-webhook-url" }, "alwaysAllow": [ "send_message" ] } } }

特征

发送消息

向 Discord 发送消息。

参数:

  • content :留言内容(必填)
  • username :显示名称(可选)
  • avatar_url :头像网址(可选)

例子:

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

发展

本项目使用 GitHub Actions 进行持续集成并自动发布到 npm。当你推送新的版本标签(例如v1.0.0 )时,它将自动:

  1. 构建包
  2. 运行测试
  3. 发布到 npm
  4. 创建 GitHub 版本

有关发布过程的更多详细信息,请参阅CHANGELOG.md

执照

麻省理工学院

作者

基因

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 服务器可以向 Discord webhook 发送消息,允许自定义内容、用户名和头像 URL。

  1. 安装
    1. 配置
      1. 特征
        1. 发送消息
      2. 发展
        1. 执照
          1. 作者

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
              Last updated -
              12
              36
              JavaScript
            • A
              security
              A
              license
              A
              quality
              Enables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.
              Last updated -
              1
              569
              23
              JavaScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              An MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.
              Last updated -
              38
              JavaScript
            • A
              security
              A
              license
              A
              quality
              A Discord MCP server that enables AI assistants to interact with Discord platforms, providing functionalities like sending messages, managing channels, creating forum posts, and handling webhooks.
              Last updated -
              21
              28
              1
              TypeScript
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/genm/mcp-server-discord-webhook'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server