Skip to main content
Glama

📖 설명

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

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Provides Discord integration capabilities to MCP clients like Claude Desktop.
    Last updated -
    15
    130
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
    Last updated -
    22
    5
    • Apple
  • A
    security
    A
    license
    A
    quality
    Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
    Last updated -
    1
    169
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.
    Last updated -
    19
    22

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