discordmcp

discordmcp

77

The Discord MCP Server integrates with Discord channels, allowing LLMs to send and read messages through the Discord API while ensuring user control and security. It includes features like server and channel discovery, error handling, and supports interaction through Claude for Desktop.

What permissions does the Discord bot need?

The bot needs permissions to Read Messages/View Channels, Send Messages, and Read Message History.

How do I secure my Discord bot token?

Store your Discord bot token in an environment variable and never commit it to version control.

Can the server handle multiple Discord servers?

Yes, the server can handle multiple Discord servers, and you can specify the server name or ID when sending or reading messages.

What is the maximum number of messages I can read at once?

You can read up to 100 messages at once from a specified Discord channel.

How does the server ensure message sending security?

All message sending operations require explicit user approval to ensure security.