Qontinui Web MCP Server

Qontinui Web MCP Server

Enables AI assistants to create and manage visual automation configurations, workflows, and UI states through the Qontinui API. It supports project management, workflow execution, and configuration handling for automated web interactions.

Category
Visit Server

README

qontinui-web-mcp

MCP (Model Context Protocol) server for the Qontinui web platform. Enables AI assistants to create and manage visual automation configurations through the Qontinui API.

Features

  • Project Management: Create, read, update, delete projects
  • Workflow Development: Build and modify automation workflows
  • State Management: Define UI states with identifying images
  • Configuration Import/Export: Full configuration management
  • Capture Sessions: Record user actions for workflow learning
  • Execution Control: Trigger and monitor automation runs

Installation

cd qontinui-web-mcp
poetry install

Configuration

Set environment variables for the 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"

Usage

With Claude Desktop

Add to your Claude Desktop configuration (~/.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"
      }
    }
  }
}

With Claude Code

Add to your project's .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"
      }
    }
  }
}

Available Tools

Authentication

  • auth_login - Authenticate with email/password
  • auth_status - Check current authentication status
  • auth_logout - Clear stored credentials

Projects

  • list_projects - List all accessible projects
  • create_project - Create a new project
  • get_project - Get project details
  • update_project - Update project metadata/configuration
  • delete_project - Delete a project

Configuration

  • export_configuration - Export project configuration as JSON
  • import_configuration - Import configuration into project
  • validate_configuration - Validate configuration without importing

Workflows

  • create_workflow - Add workflow to project
  • update_workflow - Modify existing workflow
  • delete_workflow - Remove workflow from project
  • list_workflows - List workflows in project

States

  • create_state - Define UI state with identifying images
  • update_state - Modify state definition
  • delete_state - Remove state from project
  • list_states - List states in project

Images

  • add_image - Add pattern image to project
  • list_images - List images in project
  • delete_image - Remove image from project

Execution

  • execute_workflow - Run workflow on connected runner
  • get_execution_status - Check execution progress
  • cancel_execution - Stop running workflow

Development

# Install dependencies
poetry install

# Run tests
poetry run pytest

# Format code
poetry run black src/
poetry run isort src/

# Lint
poetry run ruff src/

# Type check
poetry run mypy src/

API Endpoints

This MCP server communicates with the Qontinui backend API:

Environment URL
Development http://localhost:8000
Production http://qontinui-prod-py.eba-km2u4s23.eu-central-1.elasticbeanstalk.com

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured