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
A Model Context Protocol (MCP) server enabling LLMs to automate browser interactions through structured accessibility snapshots, bypassing traditional vision models.
scrapegraph-mcp
Provides a Model Context Protocol (MCP) server that integrates with ScrapeGraph AI, enabling language models to perform advanced AI-powered web scraping and structured data extraction across single pages, multiple pages, and search results.
mcp-jest
Automated testing, discovery, and validation framework for Model Context Protocol (MCP) servers.
MCP-Client-Host-Java
An MCP (Model Context Protocol) client that acts as a server to the MCP host, managing connections to various external MCP servers (tools) and orchestrating tool discovery and execution for AI assistants.