
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
mcp-puppeteer
Advanced tools
这是一个基于 Puppeteer 的 MCP(Model-Copilot Protocol)搜索插件,它允许语言模型通过标准化的协议与本地浏览器进行交互,从而实现网络搜索和内容提取等功能。
search 工具在 Bing 或 Google 上搜索关键词。fetch 工具从指定 URL 提取主要内容,并将其转换为 Markdown 格式。MCP_PUPPETEER_HEADLESS: (可选) 是否以无头模式运行 Puppeteer。默认为 1 (启用)。PUPPETEER_PROFILE_PATH: (可选) 指定一个稳定的浏览器配置文件路径。这有助于保持登录状态和 Cookies,避免人机验证。MCP 服务允许语言模型(如 GPT)通过标准输入/输出与此插件进行通信。您可以使用 npx 来快速启动服务,而无需在本地克隆或安装此项目。
启动命令:
npx -y mcp-puppeteer
执行此命令后,服务将在后台启动,并等待语言模型的指令。
您也可以直接在命令行中使用此工具进行快速的搜索和内容提取。
搜索:
npx -y mcp-puppeteer -- search "your query" <google|bing>
提取内容:
npx -y mcp-puppeteer -- fetch "https://example.com"
FAQs
MCP搜索和页面抓取插件,为AI提供网络访问能力
We found that mcp-puppeteer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.