mcp-discord-webhook-server
1
The Discord MCP Server is a tool designed to integrate Discord messaging through a Model Context Protocol (MCP) interface. It allows for text and Markdown messages to be sent, utilizing a standardized API, and features robust error handling capabilities.
Discord MCP Server
- A Discord webhook server based on MCP for sending messages to Discord.
- Features include sending text and Markdown messages, standardized API via MCP, configuration through command-line arguments and environment variables, and automatic error handling and retry mechanism.
- The server can be run with a specific Discord Webhook URL set via environment variables or command-line arguments and is compatible with uvx.
- The project depends on several packages such as FastAPI, Uvicorn, Pydantic, Requests, and MCP CLI. The license is MIT.