MCP Webhook Server

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 웹훅 서버

웹후크와 통합되어 메시지 전송 기능을 제공하는 MCP 서버 구현입니다.

특징

  • 일반 웹훅 지원 : 모든 웹훅 엔드포인트에 메시지 보내기
  • 사용자 정의 사용자 이름 : 메시지에 대한 사용자 정의 표시 이름을 설정합니다.
  • 아바타 지원 : 메시지 아바타 사용자 지정
  • MCP 통합 : Dive 및 기타 MCP 호환 LLM과 함께 작동합니다.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 MCP Webhook Server를 자동으로 설치하려면:

지엑스피1

수동 설치

npm install @kevinwatt/mcp-webhook

Dive Desktop을 사용한 구성

  1. Dive Desktop에서 "+ MCP 서버 추가"를 클릭하세요.
  2. 다음 구성을 복사하여 붙여넣으세요.
{ "mcpServers": { "webhook": { "command": "npx", "args": [ "-y", "@kevinwatt/mcp-webhook" ], "env": { "WEBHOOK_URL": "your-webhook-url" }, "alwaysAllow": [ "send_message" ] } } }
  1. "저장"을 클릭하여 MCP 서버를 설치하세요.

도구 문서

  • 메시지 보내기
    • 웹훅 엔드포인트에 메시지 보내기
    • 입력:
      • content (문자열, 필수): 보낼 메시지 내용
      • username (문자열, 선택 사항): 표시 이름
      • avatar_url (문자열, 선택 사항): 아바타 URL

사용 예

LLM에 다음을 요청하세요.

"Send a message to webhook: Hello World!" "Send a message with custom name: content='Testing', username='Bot'"

수동 시작

필요한 경우 서버를 수동으로 시작합니다.

npx @kevinwatt/mcp-webhook

요구 사항

  • 노드.js 18+
  • MCP 호환 LLM 서비스

특허

MIT

작가

케빈와트

키워드

  • 엠씨피
  • 웹훅
  • 채팅
  • 잠수
  • LLM
  • 오토메이션

You must be authenticated.

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

MCP 프로토콜을 통해 웹훅 엔드포인트로 메시지를 보낼 수 있으며, 사용자 정의 콘텐츠, 표시 이름 및 아바타 URL을 지원합니다.

  1. Features
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Configuration with Dive Desktop
      1. Tool Documentation
        1. Usage Examples
          1. Manual Start
            1. Requirements
              1. License
                1. Author
                  1. Keywords
                    ID: ijmd1ia5zg