Skip to main content
Glama

discord-mcp

📖 설명

Discord API (JDA) 를 위한 MCP(Model Context Protocol) 서버로, Claude Desktop과 같은 MCP 호환 애플리케이션과 Discord Bot을 원활하게 통합할 수 있습니다.

AI 비서가 Discord와 원활하게 상호 작용하도록 하세요. 채널을 관리하고, 메시지를 보내고, 서버 정보를 손쉽게 검색할 수 있습니다. 강력한 자동화 기능으로 Discord 경험을 더욱 향상시키세요.

🔬 설치

저장소를 복제합니다

지엑스피1

프로젝트를 빌드하세요

참고: mvn 명령을 사용하려면 Maven이 설치되어 있어야 합니다. 자세한 지침은 여기에서 확인할 수 있습니다.

cd discord-mcp mvn clean package # The jar file will be available in the /target directory
AI 클라이언트 구성

많은 코드 편집기와 기타 AI 클라이언트는 구성 파일을 사용하여 MCP 서버를 관리합니다.

Discord MPC 서버는 구성 파일에 다음을 추가하여 구성할 수 있습니다.

참고: 이 서버를 이용하려면 Discord Bot 토큰을 생성해야 합니다. Discord Bot 토큰 생성 방법은 여기에서 확인하실 수 있습니다.

{ "mcpServers": { "discord-mcp": { "command": "java", "args": [ "-jar", "/absolute/path/to/discord-mcp-0.0.1-SNAPSHOT.jar" ], "env": { "DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN" } } } }

🔧 GitMCP

GitMCP를 통해 원격으로 Discord MCP 사용하기:

{ "mcpServers": { "discord-mcp": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/SaseQ/discord-mcp" ], "env": { "DISCORD_TOKEN": "YOUR_DISCORD_BOT_TOKEN" } } } }

자세한 정보와 다양한 구성은 여기를 참조하세요.

⚓ 대장간

Smithery를 통해 Discord MCP 서버를 자동으로 설치하세요:

npx -y @smithery/cli@latest install @SaseQ/discord-mcp --client claude

🛠️ 사용 가능한 도구

서버 정보
메시지 관리
채널 관리
카테고리 관리
웹훅 관리

더 자세한 예는 위키 에서 찾을 수 있습니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude Desktop과 같은 MCP 호환 애플리케이션과 Discord를 통합하기 위한 MCP(Model Context Protocol) 서버입니다.

  1. 🔬 설치
    1. 저장소를 복제합니다
    2. 프로젝트를 빌드하세요
    3. AI 클라이언트 구성
  2. 🔧 GitMCP
    1. ⚓ 대장간
      1. 🛠️ 사용 가능한 도구
        1. 서버 정보
        2. 메시지 관리
        3. 채널 관리
        4. 카테고리 관리
        5. 웹훅 관리

      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
      • 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
      • A
        security
        A
        license
        A
        quality
        An educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.
        Last updated -
        1
        88
        Python
        MIT License
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A Discord Model Context Protocol server that enables AI assistants to interact with Discord, providing functionality for sending messages, managing channels, handling forum posts, and working with reactions.
        Last updated -
        15
        22
        TypeScript
        MIT License
        • Linux
        • Apple

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

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