Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Discord Webhook Relay

БесплатноНе проверен

Enables sending messages to Discord via webhook URLs through a single tool.

GitHubEmbed

Описание

Enables sending messages to Discord via webhook URLs through a single tool.

README

An MCP server that does one thing: takes a Discord webhook URL and a message, and sends the message to Discord. Built with the MCP TypeScript SDK's Hono middleware, running on Cloudflare Workers.

Stack

  • Runtime: Cloudflare Workers
  • MCP: @modelcontextprotocol/server + @modelcontextprotocol/hono
  • Framework: Hono
  • Language: TypeScript
  • Test: Vitest + @cloudflare/vitest-pool-workers
  • Linter/Formatter: Biome

Getting Started

bun install
bun run dev

http://localhost:8787/ is the MCP endpoint (Streamable HTTP).

Tool

send_discord_message

Parameter Type Description
webhookUrl string The destination Discord webhook URL
message string The message to send (1–2000 characters)

webhookUrl is validated to match the shape of a Discord webhook URL, then the server sends POST { content: message } to it.

Commands

Command Description
bun run dev Start local dev server
bun run deploy Deploy to Cloudflare Workers
bun run test Run tests
bun run check Lint and format check
bun run check:fix Auto-fix lint and format issues
bun run cf-typegen Generate Cloudflare binding types

Project Structure

src/
  index.ts   # MCP server and Hono app entry point
wrangler.jsonc # Wrangler configuration

Notes

  • Cloudflare Workers has no concept of a local bind, so createMcpHonoApp's default localhost-only DNS-rebinding protection is disabled via host: "0.0.0.0" (see src/index.ts). Restrict it further with allowedHosts if you need to lock it down to your deployed hostname.
  • The webhook URL is passed in as a tool argument on every call, so the server never stores or needs to hold a secret for it.

from github.com/nakanoasaservice/discord-webhook-relay-mcp

Установка Discord Webhook Relay

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/nakanoasaservice/discord-webhook-relay-mcp

FAQ

Discord Webhook Relay MCP бесплатный?

Да, Discord Webhook Relay MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Discord Webhook Relay?

Нет, Discord Webhook Relay работает без API-ключей и переменных окружения.

Discord Webhook Relay — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Discord Webhook Relay в Claude Desktop, Claude Code или Cursor?

Открой Discord Webhook Relay на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Discord Webhook Relay with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication