discord-mcp
by arrrnmp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_TOKEN | Yes | Your bot token (required) | |
| MCP_HTTP_HOST | No | Host to bind to (optional) | 127.0.0.1 |
| MCP_HTTP_PATH | No | URL path for the MCP endpoint (optional) | /mcp |
| MCP_HTTP_PORT | No | Port to listen on (optional) | 3456 |
| DISCORD_BOT_ID | No | Bot user ID (optional) | |
| DISCORD_DRY_RUN | No | Block all mutations, return previews instead (optional) | false |
| MCP_SESSION_TTL_MS | No | How long an idle session lives (ms) (optional) | 3600000 |
| DISCORD_APPLICATION_ID | Yes | Your application ID (required) | |
| MCP_SESSION_CLEANUP_MS | No | How often stale sessions are cleaned up (ms) (optional) | 300000 |
| DISCORD_GATEWAY_ENABLED | No | Enable live Gateway connection (optional) | false |
| DISCORD_GATEWAY_INTENTS | No | Comma-separated intent names or numeric bitfield (optional) | Guilds |
| DISCORD_GUILD_ALLOWLIST | No | Comma-separated list of allowed guild IDs (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/arrrnmp/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server