Add Discord Agent MCP server #346
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Discord Agent MCP Server
Production-ready MCP server for comprehensive Discord automation and management through AI assistants.
Overview
This submission adds a Discord integration MCP server with 46+ tools covering all major Discord API operations:
Technical Details
communicationConfiguration
Requires one environment variable:
DISCORD_TOKEN(required, secret): Discord bot token from Developer PortalOptional configuration:
TRANSPORT_MODE: http or stdio (default: http)HTTP_PORT: Server port (default: 3000)LOG_LEVEL: debug, info, warn, error (default: info)LOG_FORMAT: json or pretty (default: json)User Setup Requirements
Users need to:
Validation Note
The MCP server requires a valid
DISCORD_TOKENto initialize and connect to Discord. Thetools.jsonfile is provided for catalog validation purposes, listing all 46 available tools that the server exposes once properly configured.Use Cases
Testing
The server has been:
Files Included
server.yaml: MCP catalog configurationtools.json: Complete tool listing (46 tools)readme.md: User-facing documentation with setup instructionsLet me know if you need any additional information or changes to the submission!