Discord Notification MCP Server

Created at 6 months ago

by kstonekuan

starstarstarstarstar

Simple MCP server to send you notifications on discord

Categories

communication

Tags

typescript

discord

mcp

claude-code

cloudflare-agents

Discord Notification MCP Server

What is Discord Notification MCP Server?

Discord Notification MCP Server is a simple Model Context Protocol (MCP) server that sends notifications to Discord when tasks are completed by Claude Code. It is built using TypeScript and deployable on Cloudflare Workers.

How to use Discord Notification MCP Server?

To use the server, create a Discord webhook, clone the repository, install dependencies, configure the webhook URL, and deploy it to Cloudflare Workers. Once set up, you can integrate it with Claude Code to receive notifications.

Key features of Discord Notification MCP Server?

  • MCP Tool: Provides a send_discord_message tool for sending notifications.
  • Cloudflare Workers: Runs serverless with global distribution.
  • Secure: Utilizes Cloudflare secrets for credentials.
  • Dual Transport: Supports both SSE and Streamable HTTP for compatibility.
  • Rich Formatting: Allows embeds, TTS messages, and mention controls.

Use cases of Discord Notification MCP Server?

  1. Sending notifications for task completions in CI/CD pipelines.
  2. Alerting users about errors during execution.
  3. Informing users about important milestones in automated processes.

FAQ from Discord Notification MCP Server?

  • Can I customize the notifications?

Yes! You can customize the message content, format, and mentions in the notifications.

  • Is it free to use?

Yes! The server is free to use, but you need a Cloudflare account for deployment.

  • What programming language is used?

The server is built using TypeScript.

View More