Skip to main content
Glama

MCP Server Discord Webhook

by genm

Webhook de Discord del servidor MCP

Un servidor MCP para publicar mensajes en webhooks de Discord.

README en japonés

Instalación

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

Configuración

Agregue lo siguiente a su archivo de configuración de MCP:

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

Características

enviar_mensaje

Envía un mensaje a Discord.

Parámetros:

  • content : Contenido del mensaje (obligatorio)
  • username : nombre para mostrar (opcional)
  • avatar_url : URL del avatar (opcional)

Ejemplo:

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

Desarrollo

Este proyecto utiliza GitHub Actions para la integración continua y la publicación automatizada en npm. Al enviar una nueva etiqueta de versión (p. ej., v1.0.0 ), se realizará automáticamente lo siguiente:

  1. Construir el paquete
  2. Ejecutar pruebas
  3. Publicar en npm
  4. Crear una versión de GitHub

Para obtener más detalles sobre el proceso de lanzamiento, consulte CHANGELOG.md .

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Autor

genm

You must be authenticated.

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.

Un servidor MCP que permite publicar mensajes en webhooks de Discord, lo que permite personalizar el contenido, el nombre de usuario y la URL del avatar.

  1. Instalación
    1. Configuración
      1. Características
        1. enviar\_mensaje
      2. Desarrollo
        1. Licencia
          1. Autor

            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 -
              1
              16
              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
              31
              13
              JavaScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A server for the Machine Chat Protocol (MCP) that provides a YAML-based configuration system for LLM applications, allowing users to define resources, tools, and prompts without writing code.
              Last updated -
              5
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
              Last updated -
              2
              6
              TypeScript
              MIT License
              • 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