MCP Server Discord Webhook
MCP 서버 Discord 웹훅
Discord 웹훅에 메시지를 게시하기 위한 MCP 서버입니다.
설치
지엑스피1
Related MCP server: MCP-Discord
구성
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
작가
겐
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables sending messages to webhook endpoints through the MCP protocol, supporting custom content, display names, and avatar URLs.23829MIT
- AlicenseBqualityDmaintenanceA 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.214651MIT
- AlicenseAqualityCmaintenanceAn MCP server for interacting with Discord.1921711MIT
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables sending data to webhooks via HTTP POST for both local and remote team environments. It provides a tool for relaying task descriptions, custom metadata, and automated notifications to external services.4
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
A MCP server built for developers enabling Git based project management with project and personal…
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
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/genm/mcp-server-discord-webhook'
If you have feedback or need assistance with the MCP directory API, please join our Discord server