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. 종속성 설치:지엑스피1
  3. 프로젝트를 빌드하세요:
    npm run build

구성

다음을 사용하여 루트 디렉토리에 .env 파일을 만듭니다.

DISCORD_TOKEN=your_discord_bot_token_here

용법

  1. 서버를 시작합니다:
    npm start
  2. Claude Desktop 구성:
    • Claude Desktop의 구성 파일에 추가: GXP5

사용 가능한 도구

  • send-message : Discord 채널에 메시지 보내기
  • read-messages : Discord 채널의 최근 메시지를 읽습니다.
  • list-channels : 서버에서 사용 가능한 채널을 나열합니다.
  • list-servers : 봇이 액세스할 수 있는 서버 목록
  • get-user-info : 특정 사용자에 대한 정보를 가져옵니다.

보안 고려 사항

  • Discord 봇 토큰은 Discord 봇에 대한 접근 권한을 부여합니다. 안전하게 보관하세요.
  • 봇은 초대받은 서버에만 액세스할 수 있습니다.
  • 각 서버의 봇 권한에 따라 작업이 제한됩니다.

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

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.

Claude가 Discord와 상호작용할 수 있도록 하는 MCP 서버로, Discord의 API를 통해 메시지를 보내거나 읽고 서버 리소스를 관리할 수 있는 도구를 제공합니다.

  1. 필수 조건
    1. 설치
      1. 구성
        1. 용법
          1. 사용 가능한 도구
            1. 보안 고려 사항
              1. 특허

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Provides Discord integration capabilities to MCP clients like Claude Desktop.
                  Last updated -
                  12
                  53
                  Python
                  MIT License
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  This server allows integration with Discord, enabling message exchanges between Claude and a Discord channel using prompts and notifications.
                  Last updated -
                  TypeScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server that enables Claude to interact with Twitter, allowing for posting tweets and searching Twitter content.
                  Last updated -
                  2
                  108
                  195
                  TypeScript
                  MIT License
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
                  Last updated -
                  1
                  0
                  JavaScript
                  MIT License

                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