mcp-skills-plugins
Verified Safeby ulasbilgen
Overview
Automate Chrome browser tasks for web testing, scraping, performance analysis, and debugging web applications.
Installation
mcp2rest startEnvironment Variables
- MCP_REST_URL
Security Notes
The plugin scripts primarily act as client wrappers for a local 'mcp2rest' server, making HTTP requests to it. The 'evaluate_script' tool allows execution of arbitrary JavaScript within the browser, which is an intended feature for automation but poses a risk if malicious scripts are provided by the user or agent. No direct 'eval' or system calls were found in the client scripts, and the 'mcp2rest' endpoint is local and configurable. Overall security depends on the trusted local environment and the underlying 'chrome-devtools-mcp' server.
Similar Servers
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
skillz
Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
consult-llm-mcp
An MCP server that allows an AI agent (Claude Code) to consult more powerful external AI models for code analysis, debugging, and review, providing relevant files and git diffs as context.