Skip to main content
Glama
userdeter1

Discord MCP Server

by userdeter1

Discord MCP Server

Connect Claude Desktop to Discord using MCP (Model Context Protocol).


Features

  • get_channel — list channels

  • read_message — read messages

  • send_message — send messages


Related MCP server: MCP-Discord

Architecture

Claude → MCP Server → Discord Bot → Discord

Structure

MCP DISCORD/
├── server.py
├── assets/
│   ├── list_channels.png
│   ├── read_messages.png
│   └── send_message.png
├── .env
├── pyproject.toml
└── README.md

Screenshots

List Channels

List Channels

Read Messages

Read Messages

Send Message

Send Message


Setup

Install

uv sync

or

pip install mcp discord.py python-dotenv pydantic

Discord Bot


.env

DISCORD_TOKEN=your_token_here

Claude Config

{
  "mcpServers": {
    "discord": {
      "command": "uv",
      "args": [
        "--directory",
        "C:/path/to/MCP DISCORD",
        "run",
        "server.py"
      ],
      "env": {
        "DISCORD_TOKEN": "your_token"
      }
    }
  }
}

Run

uv run server.py

Examples

List channels in server 123
Read last 10 messages from channel 456
Send "Hello" to channel 456

Notes

  • Don’t share your token

  • Reset it if leaked


License

MIT

Author

Dioubi Issam Ai developer

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.
    Last updated
    6
    19
    271
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A Discord MCP server that enables AI assistants to interact with Discord platforms, providing functionalities like sending messages, managing channels, creating forum posts, and handling webhooks.
    Last updated
    21
    671
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that provides native Discord tools for Claude Code, enabling bidirectional communication with remote agents or humans via the Discord REST API. It allows users to send messages, read channel history, and manage reactions directly from their local environment.
    Last updated
    6
    14
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server providing 26 tools for Discord API interactions, enabling message management, moderation, channel operations, and server inspection through Claude Code, Paperclip agents, or other MCP-compatible clients.
    Last updated
    26
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/userdeter1/Mcp-Discord'

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