Skip to main content
Glama

MCP Server Discord Webhook

by genm

MCP 서버 Discord 웹훅

Discord 웹훅에 메시지를 게시하기 위한 MCP 서버입니다.

일본어 README

설치

지엑스피1

구성

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 : 아바타 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>

개발

이 프로젝트는 지속적인 통합과 npm 자동 게시를 위해 GitHub Actions를 사용합니다. 새 버전 태그(예: v1.0.0 )를 푸시하면 자동으로 다음 작업이 수행됩니다.

  1. 패키지 빌드
  2. 테스트 실행
  3. npm에 게시
  4. GitHub 릴리스 만들기

릴리스 프로세스에 대한 자세한 내용은 CHANGELOG.md를 참조하세요.

특허

MIT

작가

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.

Discord 웹훅에 메시지를 게시하고 콘텐츠, 사용자 이름, 아바타 URL을 사용자 지정할 수 있는 MCP 서버입니다.

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