Workflow Connector MCP Server
Workflow Connector MCP Server
AI 에이전트 워크플로우 커넥터 MCP Server - SaaS 서비스 연결, 자동화된 워크플로우 생성, 웹훅 관리, 워크플로우 템플릿 제공.
기능 특징
알림 발송: 딩딩(DingTalk)/기업용 위챗(WeChat)/Slack/이메일
웹훅 관리: 웹훅 엔드포인트 생성/수신/관리
워크플로우 오케스트레이션: 트리거+액션 체인, 조건부 판단/지연/HTTP 호출/데이터 변환 지원
사전 설정 템플릿: 8가지 즉시 사용 가능한 워크플로우 템플릿
10가지 도구
도구 | 기능 |
| 딩딩/기업용 위챗/Slack/이메일로 알림 발송 |
| 웹훅 엔드포인트 생성 |
| 모든 웹훅 나열 |
| 웹훅 삭제 |
| 자동화된 워크플로우 생성 |
| 모든 워크플로우 나열 |
| 워크플로우 수동 실행 |
| 워크플로우 삭제 |
| 템플릿 상세 정보 가져오기 |
| 모든 템플릿 나열 |
8가지 사전 설정 템플릿
템플릿 ID | 이름 | 분류 | 트리거 방식 |
| 모니터링 알림 | devops | HTTP |
| 콘텐츠 게시 자동화 | content | 수동 |
| 이커머스 가격 모니터링 | ecommerce | 정기 |
| 일일 보고서 자동 생성 | productivity | 정기 |
| 리드 자동 팔로우업 | sales | Webhook |
| 데이터 동기화 워크플로우 | integration | 정기 |
| AI 콘텐츠 검토 | content | Webhook |
| 주식 변동 모니터링 | finance | 정기 |
로컬 설치
pip install -r requirements.txt
python server.pyREST 배포
python -m workflow_connector_mcp.rest_server기본적으로 0.0.0.0:8000을 리스닝하며, MCP Streamable HTTP 전송을 지원합니다.
사용 예시
딩딩 알림 발송
send_notification(
channel="dingtalk",
title="测试通知",
content="这是一条测试消息",
webhook_url="https://oapi.dingtalk.com/robot/send?access_token=xxx"
)워크플로우 생성
create_workflow(
name="监控告警",
description="服务异常时发送通知",
trigger_type="manual",
steps='[{"name":"发送告警","action":"notify","config":{"channel":"dingtalk","title":"告警","content":"服务异常"}}]'
)워크플로우 실행
run_workflow(workflow_id="wf_xxx", input_data='{"service":"api","status":"down"}')기술 스택
FastMCP 2.x
httpx (비동기 HTTP)
메모리 저장소(Redis/DB로 교체 가능)
온라인 액세스 (권장)
로컬 설치 없이 MCP 클라이언트에서 직접 구성:
{
"mcpServers": {
"workflow-connector-mcp": {
"url": "http://www.mzse.com/workflow-mcp/"
}
}
}REST API
curl http://www.mzse.com/workflow-mcp/배포 상태
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/zhaohongyuziranerran/workflow-connector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server