MCPServers
Discord (Full API) - MCP server logo

Discord (Full API)

7
0

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)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签