Enables sending messages to Mattermost channels through webhooks, with support for multiple channels, default channel configuration, and channel management capabilities.
mattermost-s-mcp
Mattermost 웹훅을 MCP(Model Context Protocol)로 노출하여 Claude Desktop 등 AI 도구에서 바로 메시지를 전송할 수 있게 해주는 MCP 서버입니다.
특징
간단한 설정: YAML 파일로 여러 웹훅 채널 관리
Claude Desktop 통합: MCP 프로토콜로 Claude와 완벽하게 연동
기본 채널 지정: 자주 사용하는 채널을 기본으로 설정
안전한 로깅: 웹훅 URL이 자동으로 마스킹되어 로그에 기록
요구사항
Node.js 18 이상
npm
빠른 시작
1. 설치
2. 설정
config/webhooks.yaml
파일을 편집하여 Mattermost 웹훅 정보를 추가합니다:
3. Claude Desktop 등록
Claude Desktop 설정 파일에 다음을 추가합니다:
위치:
Windows:
%APPDATA%\Claude\claude_desktop_config.json
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Linux:
~/.config/Claude/claude_desktop_config.json
중요: 경로는 반드시 절대 경로로 지정해야 합니다.
4. Claude Desktop 재시작
Claude Desktop을 완전히 종료하고 다시 시작합니다.
사용 방법
Claude Desktop에서 다음과 같이 요청하면 됩니다:
예시 1: 메시지 전송
예시 2: 채널 목록 확인
예시 3: 특정 채널로 전송
사용 가능한 도구
mattermost.list_webhooks: 등록된 채널 목록과 기본 채널 확인
mattermost.set_default: 기본 채널 설정
mattermost.send_message: 메시지 전송
문제 해결
"server disconnected" 에러
Node.js 경로 확인:
which node
또는where node
절대 경로 사용 확인
config/webhooks.yaml 파일 존재 확인
메시지 전송 실패
웹훅 URL이 올바른지 확인
Mattermost 서버 접근 가능 여부 확인
웹훅이 활성화되어 있는지 확인
라이선스
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
Enables sending messages to Mattermost channels through webhooks via MCP protocol. Supports multiple webhook channels with simple YAML configuration and integrates seamlessly with Claude Desktop.