Skip to main content
Glama
genm

MCP Server Discord Webhook

by genm

MCP 服务器 Discord Webhook

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

日语的README

安装

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

Related MCP server: Discord MCP Server

配置

将以下内容添加到您的 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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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