mcp-server-puppeteer
Verified Safeby zed-extensions
Overview
A Zed editor extension that provides Model Context Protocol (MCP) server capabilities using Puppeteer for browser automation and content extraction.
Installation
npx @modelcontextprotocol/server-puppeteer@0.6.2Security Notes
The Rust wrapper code itself is minimal and does not expose direct security risks like `eval` or hardcoded secrets. It relies on `zed_extension_api` to install and execute a specific version (`0.6.2`) of the `@modelcontextprotocol/server-puppeteer` npm package. The primary security consideration is the trustworthiness and potential vulnerabilities within this third-party npm package, as its JavaScript code is executed via Node.js. The wrapper ensures a fixed version is used, which helps prevent unexpected changes.
Similar Servers
mcp-server-brave-search
Integrates Brave Search functionality into the Zed editor as a Model Context Protocol server, providing search results and context.
mcp-server-axiom
Integrates the Axiom Model Context Protocol (MCP) server with the Zed editor, providing contextual information and services related to Axiom.
mcp-link-server
Empower AI agents to execute powerful local tools for system operations, browser automation, file access, local LLM inference, and more, all under user control and with strong security and privacy features.
mcp-browser-use-server
An MCP server that enables AI agents to control web browsers, facilitating automation and interaction with web interfaces.