Workflow Connector MCP Server
Workflow Connector MCP Server
AI Agent Workflow Connector MCP Server - Verbindet SaaS-Dienste, erstellt automatisierte Workflows, verwaltet Webhooks und bietet Workflow-Vorlagen.
Funktionsmerkmale
Benachrichtigungsversand: DingTalk/WeChat/Slack/E-Mail
Webhook-Verwaltung: Erstellen/Empfangen/Verwalten von Webhook-Endpunkten
Workflow-Orchestrierung: Trigger + Aktionsketten, unterstützt bedingte Logik/Verzögerungen/HTTP-Aufrufe/Datentransformation
Vorgefertigte Vorlagen: 8 sofort einsatzbereite Workflow-Vorlagen
10 Tools
Tool | Funktion |
| Benachrichtigung an DingTalk/WeChat/Slack/E-Mail senden |
| Webhook-Endpunkt erstellen |
| Alle Webhooks auflisten |
| Webhook löschen |
| Automatisierten Workflow erstellen |
| Alle Workflows auflisten |
| Workflow manuell ausführen |
| Workflow löschen |
| Vorlagendetails abrufen |
| Alle Vorlagen auflisten |
8 vorgefertigte Vorlagen
Vorlagen-ID | Name | Kategorie | Auslöser |
| Überwachungsalarm | devops | HTTP |
| Inhaltsveröffentlichungs-Automatisierung | content | Manuell |
| E-Commerce Preisüberwachung | ecommerce | Zeitgesteuert |
| Automatische Berichterstellung | productivity | Zeitgesteuert |
| Automatische Lead-Nachverfolgung | sales | Webhook |
| Datensynchronisations-Workflow | integration | Zeitgesteuert |
| KI-Inhaltsprüfung | content | Webhook |
| Aktienkurs-Überwachung | finance | Zeitgesteuert |
Lokale Installation
pip install -r requirements.txt
python server.pyREST-Bereitstellung
python -m workflow_connector_mcp.rest_serverStandardmäßig wird 0.0.0.0:8000 überwacht, unterstützt MCP Streamable HTTP-Übertragung.
Anwendungsbeispiele
DingTalk-Benachrichtigung senden
send_notification(
channel="dingtalk",
title="测试通知",
content="这是一条测试消息",
webhook_url="https://oapi.dingtalk.com/robot/send?access_token=xxx"
)Workflow erstellen
create_workflow(
name="监控告警",
description="服务异常时发送通知",
trigger_type="manual",
steps='[{"name":"发送告警","action":"notify","config":{"channel":"dingtalk","title":"告警","content":"服务异常"}}]'
)Workflow ausführen
run_workflow(workflow_id="wf_xxx", input_data='{"service":"api","status":"down"}')Technologiestack
FastMCP 2.x
httpx (asynchrones HTTP)
In-Memory-Speicher (durch Redis/DB ersetzbar)
Online-Zugriff (empfohlen)
Keine lokale Installation erforderlich, direkt im MCP-Client konfigurieren:
{
"mcpServers": {
"workflow-connector-mcp": {
"url": "http://www.mzse.com/workflow-mcp/"
}
}
}REST API
curl http://www.mzse.com/workflow-mcp/Bereitstellungsstatus
Projekt | Adresse |
Domain | |
GitHub | https://github.com/zhaohongyuziranerran/workflow-connector-mcp |
Lizenz
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