Skip to main content
Glama
elyxlz

Discord MCP Server

by elyxlz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DISCORD_EMAILYesYour Discord account email address
DISCORD_HEADLESSNoSet to 'true' to run browser in headless mode (recommended for production)true
DISCORD_PASSWORDYesYour Discord account password

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_serversA

List all Discord servers (guilds) you have access to

get_channelsB

List all channels in a specific Discord server

read_messagesA

Read recent messages from a specific channel

send_messageB

Send a message to a specific Discord channel. Long messages are automatically split.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct resource and action: servers list, channels list, messages read, messages send. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_servers, get_channels, read_messages, send_message). The verbs are specific and the nouns clearly indicate the target resource.

Tool Count5/5

Four tools is an ideal size for a focused Discord server. Each tool covers a necessary step in the interaction flow without redundancy or bloat.

Completeness4/5

The surface covers the core read/send workflow well: discover servers, discover channels, read messages, send messages. Missing edit/delete operations are a minor gap, but the primary use case is fully supported.

Maintenance

ActivityInactive
ResponsivenessNo issues