LogoSTMCP
Download
discord-mcp

Discord MCP Server

Discord MCP Server enables AI assistants to interact with Discord through the Model Context Protocol, providing tools for message management, channel operations, and server information retrieval.

Tools

1. get_server_info

Get detailed discord server information.

2. get_user_id_by_name

Get a Discord user's ID by username in a guild for ping usage <@id>.

3. send_private_message

Send a private message to a specific user.

4. edit_private_message

Edit a private message from a specific user.

5. delete_private_message

Delete a private message from a specific user.

6. read_private_messages

Read recent message history from a specific user.

7. send_message

Send a message to a specific channel.

8. edit_message

Edit a message from a specific channel.

9. delete_message

Delete a message from a specific channel.

10. read_messages

Read recent message history from a specific channel.

11. add_reaction

Add a reaction (emoji) to a specific message.

12. remove_reaction

Remove a specified reaction (emoji) from a message.

13. create_text_channel

Create text a channel.

14. delete_channel

Delete a channel.

15. find_channel

Find a channel type and ID using name and server ID.

16. list_channels

List of all channels.

17. create_category

Create a new category for channels.

18. delete_category

Delete a category.

19. find_category

Find a category ID using name and server ID.

20. list_channels_in_category

List of channels in a specific category.

21. create_webhook

Create a new webhook on a specific channel.

22. delete_webhook

Delete a webhook.

23. list_webhooks

List of webhooks on a specific channel.

24. send_webhook_message

Send a message via webhook.

Open Graph image for Discord MCP Server

JSON Config

{
  "mcpServers": {
    "mcp-server": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "DISCORD_TOKEN=<YOUR_DISCORD_BOT_TOKEN>",
        "-e", "DISCORD_GUILD_ID=<OPTIONAL_DEFAULT_SERVER_ID>",
        "saseq/discord-mcp:latest"
      ]
    }
  }
}

Useful Links

Information

  • Author@SaseQ
  • Published date2025/09/18