Skip to main content
Glama

Discord MCP Server

discord_update_presence

Set and customize your Discord status and activity, including online presence, AFK status, and activity type (playing, streaming, listening, etc.), directly using this MCP server tool.

Instructions

Update your Discord presence/status

Input Schema

NameRequiredDescriptionDefault
activityNoActivity to display
afkNoWhether you are AFK
statusNoYour status (online, dnd, idle, invisible, offline)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "activity": { "additionalProperties": false, "description": "Activity to display", "properties": { "name": { "description": "Activity name", "type": "string" }, "type": { "description": "Activity type", "enum": [ "playing", "streaming", "listening", "watching", "competing" ], "type": "string" }, "url": { "description": "URL for streaming activity", "format": "uri", "type": "string" } }, "required": [ "name" ], "type": "object" }, "afk": { "description": "Whether you are AFK", "type": "boolean" }, "status": { "description": "Your status (online, dnd, idle, invisible, offline)", "enum": [ "online", "dnd", "idle", "invisible", "offline" ], "type": "string" } }, "type": "object" }

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/GustyCube/discord-mcp'

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