📖 설명
Discord API (JDA) 를 위한 MCP(Model Context Protocol) 서버로, Claude Desktop과 같은 MCP 호환 애플리케이션과 Discord Bot을 원활하게 통합할 수 있습니다.
AI 비서가 Discord와 원활하게 상호 작용하도록 하세요. 채널을 관리하고, 메시지를 보내고, 서버 정보를 손쉽게 검색할 수 있습니다. 강력한 자동화 기능으로 Discord 경험을 더욱 향상시키세요.
🔬 설치
저장소를 복제합니다
지엑스피1
프로젝트를 빌드하세요
참고: mvn 명령을 사용하려면 Maven이 설치되어 있어야 합니다. 자세한 지침은 여기에서 확인할 수 있습니다.
AI 클라이언트 구성
많은 코드 편집기와 기타 AI 클라이언트는 구성 파일을 사용하여 MCP 서버를 관리합니다.
Discord MPC 서버는 구성 파일에 다음을 추가하여 구성할 수 있습니다.
참고: 이 서버를 이용하려면 Discord Bot 토큰을 생성해야 합니다. Discord Bot 토큰 생성 방법은 여기에서 확인하실 수 있습니다.
🔧 GitMCP
GitMCP를 통해 원격으로 Discord MCP 사용하기:
자세한 정보와 다양한 구성은 여기를 참조하세요.
⚓ 대장간
Smithery를 통해 Discord MCP 서버를 자동으로 설치하세요:
🛠️ 사용 가능한 도구
서버 정보
get_server_info: 자세한 디스코드 서버 정보를 가져옵니다.
메시지 관리
send_message: 특정 채널로 메시지를 보냅니다.edit_message: 특정 채널의 메시지를 편집합니다.delete_message: 특정 채널에서 메시지를 삭제합니다.read_messages: 특정 채널의 최근 메시지 기록을 읽습니다.send_private_message: 특정 사용자에게 개인 메시지를 보냅니다.edit_private_message: 특정 사용자의 개인 메시지를 편집합니다.delete_private_message: 특정 사용자의 개인 메시지를 삭제합니다.read_private_messages: 특정 사용자의 최근 메시지 기록을 읽습니다.add_reaction: 특정 메시지에 반응(이모티콘)을 추가합니다.remove_reaction: 메시지에서 지정된 반응(이모티콘)을 제거합니다.
채널 관리
create_text_channel: 텍스트 채널을 만듭니다delete_channel: 채널 삭제find_channel: 이름과 서버 ID를 사용하여 채널 유형 및 ID를 찾습니다.list_channels: 모든 채널 목록
카테고리 관리
create_category: 채널에 대한 새로운 카테고리를 만듭니다.delete_category: 카테고리 삭제find_category: 이름과 서버 ID를 사용하여 카테고리 ID 찾기list_channels_in_category: 특정 카테고리의 채널 목록
웹훅 관리
create_webhook: 특정 채널에 새로운 웹훅을 생성합니다.delete_webhook: 웹훅 삭제list_webhooks: 특정 채널의 웹훅 목록send_webhook_message: 웹훅을 통해 메시지 보내기
더 자세한 예는 위키 에서 찾을 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityProvides Discord integration capabilities to MCP clients like Claude Desktop.Last updated -15130MIT License
- -securityFlicense-qualityA 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 -225
- AsecurityAlicenseAqualityModel Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.Last updated -1169MIT License
- AsecurityFlicenseAqualityAn 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 -1922