MCP 서버 Discord 웹훅
Discord 웹훅에 메시지를 게시하기 위한 MCP 서버입니다.
설치
지엑스피1
구성
MCP 구성 파일에 다음을 추가하세요.
{
"mcpServers": {
"discord-webhook": {
"command": "npx",
"args": [
"-y",
"@genpm/mcp-server-discord-webhook"
],
"env": {
"DISCORD_WEBHOOK_URL": "your-discord-webhook-url"
},
"alwaysAllow": [
"send_message"
]
}
}
}
특징
메시지 보내기
Discord에 메시지를 보냅니다.
매개변수:
content: 메시지 내용 (필수)username: 표시 이름(선택 사항)avatar_url: 아바타 URL (선택 사항)
예:
<use_mcp_tool>
<server_name>discord-webhook</server_name>
<tool_name>send_message</tool_name>
<arguments>
{
"content": "Test message",
"username": "Custom Name"
}
</arguments>
</use_mcp_tool>
개발
이 프로젝트는 지속적인 통합과 npm 자동 게시를 위해 GitHub Actions를 사용합니다. 새 버전 태그(예: v1.0.0 )를 푸시하면 자동으로 다음 작업이 수행됩니다.
패키지 빌드
테스트 실행
npm에 게시
GitHub 릴리스 만들기
릴리스 프로세스에 대한 자세한 내용은 CHANGELOG.md를 참조하세요.
특허
MIT
작가
겐
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.
Discord 웹훅에 메시지를 게시하고 콘텐츠, 사용자 이름, 아바타 URL을 사용자 지정할 수 있는 MCP 서버입니다.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityEnables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.Last updated -4223MIT License
- Asecurity-licenseAqualityAn 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 -19103
- Asecurity-licenseAqualityA Discord MCP server that enables AI assistants to interact with Discord platforms, providing functionalities like sending messages, managing channels, creating forum posts, and handling webhooks.Last updated -21131MIT License
- -security-license-qualityMCP server for posting messages to Slack channels via webhooks or bot API. Supports configurable usernames, emojis, and both webhook and bot token authentication modes.Last updated -1MIT License