MCP Relay Server
MCP 릴레이
이 MCP 서버를 통해 클로드는 Discord 채널에 메시지와 메시지를 보내고 응답을 받을 수 있습니다.
설치 지침
1. Discord 애플리케이션 및 봇 만들기
Discord 개발자 포털 로 이동
"새 애플리케이션"을 클릭하고 이름을 지정하세요.
왼쪽 사이드바의 "봇" 섹션으로 이동하세요
봇의 토큰 섹션에서 "토큰 재설정"을 클릭하고 새 토큰을 복사합니다.
이 토큰을 안전하게 보관하세요! 공개적으로 공유하지 마세요.
"특권이 있는 게이트웨이 인텐트"에서 다음을 활성화합니다.
메시지 콘텐츠 의도
서버 멤버 의도
존재 의도
2. 봇을 서버에 초대하세요
왼쪽 사이드바의 "OAuth2" 섹션으로 이동하세요
"URL 생성기"를 선택하세요
"범위"에서 다음을 선택하세요.
봇
응용 프로그램.명령
"봇 권한"에서 다음을 선택하세요.
메시지 보내기
링크 삽입
메시지 기록 읽기
생성된 URL을 복사하여 브라우저에서 엽니다.
서버를 선택하고 봇을 승인하세요
3. 채널 ID 가져오기
Discord에서 개발자 모드를 활성화하세요.
사용자 설정 > 앱 설정 > 고급으로 이동하세요.
"개발자 모드"를 켜세요
사용하고 싶은 채널을 마우스 오른쪽 버튼으로 클릭하세요
"채널 ID 복사"를 클릭하세요
4. MCP 설정 구성
서버를 사용하려면 MCP 설정 파일에서 구성해야 합니다. 구성 파일에 다음을 추가하세요.
지엑스피1
바꾸다:
/ABSOLUTE/PATH/TO/MCP Relay는 MCP Relay 프로젝트에 대한 실제 경로입니다.Discord 봇 토큰을
your_bot_token_here에 입력하세요.your_channel_id_here에 Discord 채널 ID를 입력하세요.
참고: 구성에서는 절대 경로를 사용해야 합니다.
Related MCP server: Discord Notification MCP Server
용법
서버는 다음 매개변수를 허용하는 send-message 라는 도구를 제공합니다.
{
type: 'prompt' | 'notification', // Type of message
title: string, // Message title
content: string, // Message content
actions?: Array<{ // Optional action buttons
label: string, // Button label
value: string // Value returned when clicked
}>,
timeout?: number // Optional timeout in milliseconds
}메시지 유형
알림 : 응답을 기대하지 않는 간단한 메시지
{ "type": "notification", "title": "Hello", "content": "This is a notification" }프롬프트 : 응답을 기다리는 메시지
{ "type": "prompt", "title": "Question", "content": "Do you want to proceed?", "actions": [ { "label": "Yes", "value": "yes" }, { "label": "No", "value": "no" } ], "timeout": 60000 // Optional: 1 minute timeout }
참고사항:
프롬프트는 작업 버튼을 클릭하거나 문자 메시지를 보내서 답변할 수 있습니다.
프롬프트당 하나의 응답만 허용됩니다.
시간 초과가 지정된 경우 시간 초과 기간 이후에 프롬프트가 실패합니다.
알림은 응답을 기다리지 않고 즉시 반환됩니다.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
- CanvaOAuthcom.canva.mcp
The Canva MCP server connects AI assistants (like Claude, ChatGPT, and Cursor) to Canva's API, enabling them to create and manage designs directly within chat conversations. Key capabilities include generating new designs from prompts, autofilling templates, searching and resizing existing designs, importing files from URLs, exporting designs as PDFs or images, and managing folders and comments without switching between tools.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.19107MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code to send notifications to Discord channels via webhooks when tasks complete, errors occur, or user intervention is needed. Deployed serverlessly on Cloudflare Workers with support for rich message formatting and embeds.8MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides native Discord tools for Claude Code, enabling bidirectional communication with remote agents or humans via the Discord REST API. It allows users to send messages, read channel history, and manage reactions directly from their local environment.6193MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables Claude Desktop to interact with Discord through a dedicated bot. It allows users to list channels, read message history, and send messages directly from the AI interface.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/emiliobool/MCP-Relay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server