Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Discord Server

FreeNot checked

An MCP server that enables Claude Desktop to interact with Discord through a dedicated bot. It allows users to list channels, read message history, and send mes

GitHubEmbed

About

An MCP server that enables Claude Desktop to interact with Discord through a dedicated bot. It allows users to list channels, read message history, and send messages directly from the AI interface.

README

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


Features

  • get_channel — list channels
  • read_message — read messages
  • send_message — send messages

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

from github.com/userdeter1/Mcp-Discord

Install Discord Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install discord-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add discord-mcp-server -- uvx mcp-discord

Step-by-step: how to install Discord Server

FAQ

Is Discord Server MCP free?

Yes, Discord Server MCP is free — one-click install via Unyly at no cost.

Does Discord Server need an API key?

No, Discord Server runs without API keys or environment variables.

Is Discord Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Discord Server in Claude Desktop, Claude Code or Cursor?

Open Discord Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Discord Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs