Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Discord Server

БесплатноНе проверен

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

Описание

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

Установить Discord Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install discord-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

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

Пошаговые гайды: как установить Discord Server

FAQ

Discord Server MCP бесплатный?

Да, Discord Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Discord Server?

Нет, Discord Server работает без API-ключей и переменных окружения.

Discord Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Discord Server в Claude Desktop, Claude Code или Cursor?

Открой Discord Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Discord Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication