mcp-server-puppeteer
Verified Safeby zed-extensions
Overview
Provides web content context to the Zed editor by wrapping a Puppeteer-based Model Context Protocol (MCP) server.
Installation
node <dynamically_resolved_extension_path>/node_modules/@modelcontextprotocol/server-puppeteer/dist/index.jsSecurity Notes
The Rust wrapper code is straightforward and does not introduce obvious security vulnerabilities like 'eval' or hardcoded secrets. Its security posture is highly dependent on the '@modelcontextprotocol/server-puppeteer' Node.js package it executes, which is outside the scope of the provided Rust source for direct audit.
Similar Servers
mcp-server-brave-search
Integrates Brave Search results as a Model Context Protocol server within the Zed editor, providing AI context.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.
mcp-server-axiom
Integrates Axiom's context server with the Zed editor to provide model context, typically for AI-powered development features.
mcp-link-server
Provides a local server for AI agents to securely execute powerful tools on the user's machine, enabling real-world capabilities like file operations, system commands, browser automation, and local LLM inference.