Skip to main content
Glama

Discord MCP Server

Discord MCP サーバー

Claude との Discord API 統合のための MCP (Model Context Protocol) サーバー。このサーバーにより、Claude はメッセージの送信、メッセージの閲覧、サーバーリソースの管理などのアクションを実行するツールを介して Discord サーバーとやり取りできるようになります。

前提条件

  • Node.js 16以上
  • Discord ボット トークン ( Discord 開発者ポータルで作成)
  • 適切なボット権限:
    • メッセージを読む/チャンネルを表示する
    • メッセージを送信
    • メッセージ履歴を読む
    • (オプション) 必要な機能に応じて、役割の管理、チャネルの管理などを行います。

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. プロジェクトをビルドします。
    npm run build

構成

ルート ディレクトリに次の.envファイルを作成します。

DISCORD_TOKEN=your_discord_bot_token_here

使用法

  1. サーバーを起動します。
    npm start
  2. Claude デスクトップを設定します。
    • Claude Desktopの設定ファイルに追加: GXP5

利用可能なツール

  • send-message : Discordチャンネルにメッセージを送信する
  • read-messages : Discordチャンネルから最近のメッセージを読む
  • list-channels : サーバー内の利用可能なチャンネルを一覧表示する
  • list-servers : ボットがアクセスできるサーバーを一覧表示する
  • get-user-info : 特定のユーザーに関する情報を取得する

セキュリティに関する考慮事項

  • Discordボットトークンは、Discordボットへのアクセスを許可します。安全に保管してください。
  • ボットは招待されたサーバーにのみアクセスできます。
  • アクションは各サーバーにおけるボットの権限によって制限されます。

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Discord の API を介してメッセージの送受信やサーバー リソースの管理を行うツールを提供することで、Claude が Discord と対話できるようにする MCP サーバーです。

  1. 前提条件
    1. インストール
      1. 構成
        1. 使用法
          1. 利用可能なツール
            1. セキュリティに関する考慮事項
              1. ライセンス

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  Provides Discord integration capabilities to MCP clients like Claude Desktop.
                  Last updated -
                  15
                  117
                  Python
                  MIT License
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
                  Last updated -
                  2
                  11
                  TypeScript
                  MIT License
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.
                  Last updated -
                  35
                  MIT License
                  • Linux
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
                  Last updated -
                  14
                  TypeScript

                View all related MCP servers

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

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