Skip to main content
Glama
vovafes

Discord MCP Server

by vovafes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REQUEST_DELAY_MSNoDelay between REST calls in ms. Lower = faster, higher = safer.5000
DISCORD_USER_TOKENYesYour Discord user token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_meA

Get information about the connected Discord account

list_guildsA

List all Discord servers the account is in

get_guild_infoB

Get detailed information about a Discord server

list_channelsB

List all channels in a Discord server

get_channel_infoC

Get information about a specific channel

get_messagesC

Retrieve recent messages from a channel

send_messageC

Send a message to a channel

send_embedA

Send a rich embed message to a channel

edit_messageB

Edit one of your own messages

delete_messageC

Delete a message

pin_messageC

Pin or unpin a message

add_reactionB

Add an emoji reaction to a message

create_threadA

Create a thread from a message or a standalone thread in a channel

list_membersA

List members in a server

get_user_infoC

Get a user's profile in a server

search_messagesA

Search for messages containing a keyword in a channel (scans up to 500 recent messages)

get_pinned_messagesB

Get all pinned messages in a channel

get_dm_channelsB

List open DM conversations

send_dmA

Send a direct message to a user by their ID

get_mentionsA

Find recent messages that mention you (scans up to 20 channels across all servers)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vovafes/discord-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server