Discord MCP Server
Discord MCP サーバー
Claude との Discord API 統合のための MCP (Model Context Protocol) サーバー。このサーバーにより、Claude はメッセージの送信、メッセージの閲覧、サーバーリソースの管理などのアクションを実行するツールを介して Discord サーバーとやり取りできるようになります。
前提条件
Node.js 16以上
Discord ボット トークン ( Discord 開発者ポータルで作成)
適切なボット権限:
メッセージを読む/チャンネルを表示する
メッセージを送信
メッセージ履歴を読む
(オプション) 必要な機能に応じて、役割の管理、チャネルの管理などを行います。
Related MCP server: Discord Bridge MCP Server
インストール
このリポジトリをクローンする
依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build
構成
ルート ディレクトリに次の.envファイルを作成します。
DISCORD_TOKEN=your_discord_bot_token_here使用法
サーバーを起動します。
npm startClaude デスクトップを設定します。
Claude Desktopの設定ファイルに追加: GXP5
利用可能なツール
send-message: Discordチャンネルにメッセージを送信するread-messages: Discordチャンネルから最近のメッセージを読むlist-channels: サーバー内の利用可能なチャンネルを一覧表示するlist-servers: ボットがアクセスできるサーバーを一覧表示するget-user-info: 特定のユーザーに関する情報を取得する
セキュリティに関する考慮事項
Discordボットトークンは、Discordボットへのアクセスを許可します。安全に保管してください。
ボットは招待されたサーバーにのみアクセスできます。
アクションは各サーバーにおけるボットの権限によって制限されます。
ライセンス
マサチューセッツ工科大学
Maintenance
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
- AlicenseAqualityCmaintenanceAn MCP server for interacting with Discord.1935011MIT
- AlicenseAqualityDmaintenanceAn 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.6223MIT
- FlicenseNot gradedqualityCmaintenanceAn 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.2
- AlicenseAqualityDmaintenanceAn 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.26MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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