MCP.so
ログイン

Discord MCP Server

@v-3

Discord MCP Server について

Discord MCP Server for Claude Integration

基本情報

カテゴリ

コミュニケーション

トランスポート

stdio

公開者

v-3

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "discordmcp": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "node",
        "build/index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Discord MCP Server?

A Model Context Protocol server that enables LLMs like Claude to read messages from and send messages to Discord channels through the Discord API, while maintaining user control and security via explicit approval for sending operations.

How to use Discord MCP Server?

Install Node.js 16+, clone the repo, run npm install, create a .env file with your Discord bot token, then npm run build. For Claude for Desktop, add a server entry to claude_desktop_config.json pointing to build/index.js with the DISCORD_TOKEN environment variable set.

Key features of Discord MCP Server

  • Send messages to Discord channels using channel names or IDs
  • Read recent messages from Discord channels
  • Automatic server and channel discovery
  • Proper error handling and validation
  • User approval required for all send operations

Use cases of Discord MCP Server

  • Ask an AI to read the last few messages in a Discord channel
  • Have an AI send automated announcements to a channel
  • Query recent discussions about a specific topic in a development channel

FAQ from Discord MCP Server

What permissions does the Discord bot need?

The bot must be invited with Read Messages/View Channels, Send Messages, and Read Message History permissions.

What are the runtime requirements?

Node.js version 16.x or higher is required. The server runs as a local Node process.

How does the server handle authentication?

The Discord bot token is provided via a DISCORD_TOKEN environment variable. This token must never be committed to version control.

What tools does the server expose?

It exposes two tools: send-message (with optional server, required channel, and message parameters) and read-messages (with optional server, required channel, and optional limit defaulting to 50, max 100).

Can the server read any channel?

No. The bot can only read and send to channels it has been granted access to by its Discord role permissions.

コメント

「コミュニケーション」の他のコンテンツ