Enables sending messages and rich embeds to Discord via webhooks, including plain text messages, formatted embeds with titles, descriptions, colors, images, thumbnails, custom fields, and webhook appearance customization.
Enables LLMs to send messages and rich embeds to Discord via webhooks. Built with TypeScript and the official MCP SDK, it provides a simple, type-safe interface for sending plain text messages, formatted embeds with images and fields, and customizing webhook appearance. Perfect for AI-powered Discord notifications, monitoring, and integrations.
The server exposes three tools through the Model Context Protocol interface.
send_message
send_embed
send_embed_with_fields
Claude Desktop
Add to your claude_desktop_config.json:
Other MCP Clients
The server runs on stdio transport and can be used with any MCP-compatible client. Ensure the DISCORD_WEBHOOK_URL environment variable is set.
Project Structure
Development Commands