Qontinui Web MCP Server
qontinui-web-mcp
Qontinui Webプラットフォーム用のMCP(Model Context Protocol)サーバーです。AIアシスタントがQontinui APIを通じて視覚的な自動化設定を作成および管理できるようにします。
機能
プロジェクト管理: プロジェクトの作成、読み取り、更新、削除
ワークフロー開発: 自動化ワークフローの構築と変更
状態管理: 識別画像を用いたUI状態の定義
設定のインポート/エクスポート: 完全な設定管理
キャプチャセッション: ワークフロー学習のためのユーザーアクションの記録
実行制御: 自動化実行のトリガーと監視
Related MCP server: Automatisch MCP Server
インストール
cd qontinui-web-mcp
poetry install設定
Qontinui APIの環境変数を設定します:
# 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"使用方法
Claude Desktopで使用する場合
Claude Desktopの設定ファイル(~/.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"
}
}
}
}Claude Codeで使用する場合
プロジェクトの .mcp.json に追加します:
{
"mcpServers": {
"qontinui-web": {
"command": "poetry",
"args": ["run", "qontinui-web-mcp"],
"cwd": "/path/to/qontinui-web-mcp",
"env": {
"QONTINUI_API_URL": "http://localhost:8000"
}
}
}
}利用可能なツール
認証
auth_login- メールアドレス/パスワードで認証auth_status- 現在の認証状態を確認auth_logout- 保存された認証情報をクリア
プロジェクト
list_projects- アクセス可能な全プロジェクトを一覧表示create_project- 新しいプロジェクトを作成get_project- プロジェクトの詳細を取得update_project- プロジェクトのメタデータ/設定を更新delete_project- プロジェクトを削除
設定
export_configuration- プロジェクト設定をJSONとしてエクスポートimport_configuration- プロジェクトに設定をインポートvalidate_configuration- インポートせずに設定を検証
ワークフロー
create_workflow- プロジェクトにワークフローを追加update_workflow- 既存のワークフローを変更delete_workflow- プロジェクトからワークフローを削除list_workflows- プロジェクト内のワークフローを一覧表示
状態
create_state- 識別画像を用いてUI状態を定義update_state- 状態定義を変更delete_state- プロジェクトから状態を削除list_states- プロジェクト内の状態を一覧表示
画像
add_image- プロジェクトにパターン画像を追加list_images- プロジェクト内の画像を一覧表示delete_image- プロジェクトから画像を削除
実行
execute_workflow- 接続されたランナーでワークフローを実行get_execution_status- 実行の進捗状況を確認cancel_execution- 実行中のワークフローを停止
開発
# 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エンドポイント
このMCPサーバーはQontinuiバックエンドAPIと通信します:
環境 | URL |
開発 |
|
本番 |
|
ライセンス
GNU Affero General Public License v3.0以降(AGPL-3.0-or-later)の下でライセンスされています。完全な条項については LICENSE を参照してください。
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