Qontinui Web MCP Server
qontinui-web-mcp
MCP-Server (Model Context Protocol) für die Qontinui-Webplattform. Ermöglicht KI-Assistenten das Erstellen und Verwalten von visuellen Automatisierungskonfigurationen über die Qontinui-API.
Funktionen
Projektmanagement: Projekte erstellen, lesen, aktualisieren und löschen
Workflow-Entwicklung: Automatisierungs-Workflows erstellen und anpassen
Zustandsverwaltung: UI-Zustände mit identifizierenden Bildern definieren
Konfigurations-Import/Export: Vollständige Konfigurationsverwaltung
Capture-Sitzungen: Benutzeraktionen für das Workflow-Lernen aufzeichnen
Ausführungssteuerung: Automatisierungsläufe auslösen und überwachen
Related MCP server: Automatisch MCP Server
Installation
cd qontinui-web-mcp
poetry installKonfiguration
Legen Sie Umgebungsvariablen für die Qontinui-API fest:
# Development (local)
export QONTINUI_API_URL="http://localhost:8000"
# Production (AWS)
export QONTINUI_API_URL="http://qontinui-prod-py.eba-km2u4s23.eu-central-1.elasticbeanstalk.com"
# Authentication (obtain from Qontinui web app)
export QONTINUI_ACCESS_TOKEN="your-jwt-token"
# OR use credentials
export QONTINUI_EMAIL="your-email@example.com"
export QONTINUI_PASSWORD="your-password"Verwendung
Mit Claude Desktop
Fügen Sie dies zu Ihrer Claude Desktop-Konfiguration hinzu (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"qontinui-web": {
"command": "poetry",
"args": ["run", "qontinui-web-mcp"],
"cwd": "/path/to/qontinui-web-mcp",
"env": {
"QONTINUI_API_URL": "http://localhost:8000",
"QONTINUI_EMAIL": "your-email@example.com",
"QONTINUI_PASSWORD": "your-password"
}
}
}
}Mit Claude Code
Fügen Sie dies zur .mcp.json Ihres Projekts hinzu:
{
"mcpServers": {
"qontinui-web": {
"command": "poetry",
"args": ["run", "qontinui-web-mcp"],
"cwd": "/path/to/qontinui-web-mcp",
"env": {
"QONTINUI_API_URL": "http://localhost:8000"
}
}
}
}Verfügbare Tools
Authentifizierung
auth_login- Authentifizierung mit E-Mail/Passwortauth_status- Aktuellen Authentifizierungsstatus prüfenauth_logout- Gespeicherte Anmeldedaten löschen
Projekte
list_projects- Alle zugänglichen Projekte auflistencreate_project- Ein neues Projekt erstellenget_project- Projektdetails abrufenupdate_project- Projekt-Metadaten/-Konfiguration aktualisierendelete_project- Ein Projekt löschen
Konfiguration
export_configuration- Projektkonfiguration als JSON exportierenimport_configuration- Konfiguration in ein Projekt importierenvalidate_configuration- Konfiguration validieren, ohne sie zu importieren
Workflows
create_workflow- Workflow zum Projekt hinzufügenupdate_workflow- Bestehenden Workflow änderndelete_workflow- Workflow aus dem Projekt entfernenlist_workflows- Workflows im Projekt auflisten
Zustände
create_state- UI-Zustand mit identifizierenden Bildern definierenupdate_state- Zustandsdefinition änderndelete_state- Zustand aus dem Projekt entfernenlist_states- Zustände im Projekt auflisten
Bilder
add_image- Musterbild zum Projekt hinzufügenlist_images- Bilder im Projekt auflistendelete_image- Bild aus dem Projekt entfernen
Ausführung
execute_workflow- Workflow auf einem verbundenen Runner ausführenget_execution_status- Ausführungsfortschritt prüfencancel_execution- Laufenden Workflow stoppen
Entwicklung
# Install dependencies
poetry install
# Run tests
poetry run pytest
# Format code
poetry run ruff format src/
# Lint (includes import sorting via the `I` rule)
poetry run ruff check src/
# Type check
poetry run mypy src/API-Endpunkte
Dieser MCP-Server kommuniziert mit der Qontinui-Backend-API:
Umgebung | URL |
Entwicklung |
|
Produktion |
|
Lizenz
Lizenziert unter der GNU Affero General Public License v3.0 oder später (AGPL-3.0-or-later). Siehe LICENSE für die vollständigen Bedingungen.
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
- FlowstepOAuthai.flowstep
Generate, inspect, and manage Flowstep UI designs directly from your AI assistant.
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage n8n automation workflows through natural language commands, including creating, executing, monitoring, and organizing workflows with full CRUD operations and execution management.90 npm2MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Automatisch workflow automation platform, allowing them to create, manage, and monitor workflows, connections, and executions through natural language commands.104 npm7MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to perform intelligent browser automation with session-based context analysis, including navigation, form filling, and content extraction through natural language.MIT

qontinui-lib-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables AI-powered visual automation workflows by providing tools for searching nodes, creating and validating workflows, and executing automation scripts via natural language.AGPL 3.0