Skip to main content
Glama
zhaohongyuziranerran

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

send_notification

Benachrichtigung an DingTalk/WeChat/Slack/E-Mail senden

create_webhook

Webhook-Endpunkt erstellen

list_webhooks

Alle Webhooks auflisten

delete_webhook

Webhook löschen

create_workflow

Automatisierten Workflow erstellen

list_workflows

Alle Workflows auflisten

run_workflow

Workflow manuell ausführen

delete_workflow

Workflow löschen

get_workflow_template

Vorlagendetails abrufen

list_templates

Alle Vorlagen auflisten

8 vorgefertigte Vorlagen

Vorlagen-ID

Name

Kategorie

Auslöser

monitor-alert

Überwachungsalarm

devops

HTTP

content-publish

Inhaltsveröffentlichungs-Automatisierung

content

Manuell

price-monitor

E-Commerce Preisüberwachung

ecommerce

Zeitgesteuert

daily-report

Automatische Berichterstellung

productivity

Zeitgesteuert

lead-nurture

Automatische Lead-Nachverfolgung

sales

Webhook

data-sync

Datensynchronisations-Workflow

integration

Zeitgesteuert

ai-review

KI-Inhaltsprüfung

content

Webhook

stock-alert

Aktienkurs-Überwachung

finance

Zeitgesteuert

Lokale Installation

pip install -r requirements.txt
python server.py

REST-Bereitstellung

python -m workflow_connector_mcp.rest_server

Standardmäß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

Lizenz

MIT

F
license - not found
-
quality - not tested
C
maintenance

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