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.
Integrations
Provides Discord integration capabilities including server management, message management, channel management, role management, and webhook management.
Discord MCP 서버
Claude Desktop과 같은 MCP 클라이언트에 Discord 통합 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.
사용 가능한 도구
서버 정보
get_server_info
: 자세한 서버 정보를 가져옵니다.list_members
: 서버 멤버와 그들의 역할을 나열합니다.
메시지 관리
send_message
: 채널에 메시지를 보냅니다.read_messages
: 최근 메시지 기록을 읽습니다.add_reaction
: 메시지에 반응을 추가합니다add_multiple_reactions
: 메시지에 여러 반응을 추가합니다.remove_reaction
: 메시지에서 반응을 제거합니다.moderate_message
: 메시지 삭제 및 사용자 시간 초과
채널 관리
create_text_channel
: 새로운 텍스트 채널을 만듭니다delete_channel
: 기존 채널을 삭제합니다
역할 관리
add_role
: 사용자에게 역할을 추가합니다.remove_role
: 사용자에게서 역할을 제거합니다.
웹훅 관리
create_webhook
: 새로운 웹훅을 생성합니다list_webhooks
: 채널의 웹훅을 나열합니다.send_webhook_message
: 웹훅을 통해 메시지 보내기modify_webhook
: 웹훅 설정 업데이트delete_webhook
: 웹훅 삭제
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Discord Server를 자동으로 설치하는 방법:
지엑스피1
- Discord 봇을 설정하세요:
- Discord 개발자 포털 에서 새 애플리케이션을 만드세요
- 봇을 생성하고 토큰을 복사하세요
- 필요한 권한 있는 인텐트 활성화:
- 메시지 내용 의도
- 존재 의도
- 서버 멤버의 의도
- OAuth2 URL 생성기를 사용하여 봇을 서버에 초대하세요
- 패키지를 복제하고 설치합니다.
Copy
- Claude Desktop 구성(Windows에서는
%APPDATA%\Claude\claude_desktop_config.json
, macOS에서는~/Library/Application Support/Claude/claude_desktop_config.json
):
Copy
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
This server cannot be installed
Tools
Claude Desktop과 같은 MCP 클라이언트에 Discord 통합 기능을 제공합니다.