Skip to main content
Glama
RossH121

Discord MCP Server

by RossH121

Discord MCP サーバー

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

前提条件

  • Node.js 16以上

  • Discord ボット トークン ( Discord 開発者ポータルで作成)

  • 適切なボット権限:

    • メッセージを読む/チャンネルを表示する

    • メッセージを送信

    • メッセージ履歴を読む

    • (オプション) 必要な機能に応じて、役割の管理、チャネルの管理などを行います。

Related MCP server: Discord Bridge MCP Server

インストール

  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
license - permissive license
A
quality
D
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

View all related MCP servers

Related MCP Connectors

  • An MCP server that integrates with Discord to provide AI-powered features.

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

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

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