healenium_mcp_server
by SrinjoySur
Overview
A Spring Boot MCP server providing AI agents with self-healing web automation capabilities using Healenium.
Installation
No command providedSecurity Notes
The project itself doesn't appear to have critical vulnerabilities, but its core function is to provide powerful browser automation tools to AI agents. This inherently carries a risk, as a compromised or malicious agent could use these tools for unintended web interactions (e.g., navigating to arbitrary URLs, entering data, clicking elements). A critical dependency is the `start_healenium.sh` script for setting up the Healenium web server; executing external shell scripts without auditing their content is a security risk. The MCP server will also expose an API over the network.
Similar Servers
playwright-mcp
Provides a Model Context Protocol (MCP) server for LLMs to automate browser interactions using Playwright's accessibility tree, avoiding pixel-based vision models.
infobip-openapi-mcp
Exposes any OpenAPI documented HTTP API as a Model Context Protocol (MCP) server for AI agents, with support for mock mode and authentication.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.
selenium_mcp_server
A Model Context Protocol (MCP) server that provides browser automation capabilities using Selenium WebDriver for AI-powered test planning, generation, and healing.