Discord (Full API)
Summary
This Discord Raw API MCP server, developed by hanweg, provides a flexible interface for AI assistants to interact with Discord's API. Built using Python and the discord.py library, it supports both REST API calls and slash command syntax, offering a unified approach to Discord bot development. The implementation stands out by abstracting Discord's complex API structure into a more accessible format, allowing for easier integration with AI systems. By exposing Discord's capabilities through standardized MCP endpoints, it enables AI assistants to perform a wide range of Discord operations, from message sending to role management. This server is particularly useful for scenarios requiring dynamic Discord bot behavior, such as moderation tools, custom command handlers, or AI-driven community management systems.
Available Actions(6)
create_role
Create a role in a specified guild. Parameters: method (string), endpoint (string), payload (JSON object containing name, color, permissions, guild_id)
send_message
Send a message to a specified channel. Parameters: method (string), endpoint (string), payload (JSON object containing content)
get_server_info
Get information about a specified server. Parameters: method (string), endpoint (string)
create_channel
Create a new channel in a specified guild. Parameters: method (string), endpoint (string), payload (JSON object containing name, type, parent_id, topic)
move_channel
Move a channel to a different category. Parameters: method (string), endpoint (string), payload (JSON object containing parent_id)
assign_role
Assign a role to a member in a specified guild. Parameters: method (string), endpoint (string), payload (JSON object)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요