OlympHill
playwright-plus-python-mcp logo

playwright-plus-python-mcpplaywright-plus-python-mcp MCP 服 务 器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

playwright-plus-python-mcp 的 MCP 服务器是一款实现简单笔记存储系统并提供 Playwright 工具的服务器。它具备用于访问单个笔记的自定义 URI scheme,并提供多种提示和工具,例如对笔记进行摘要和对网页截图。 一个关键提示是 'summarize-notes',它根据用户的风格偏好生成所有已存笔记的摘要。服务器还实现了各种 playwright 工具,例如 'playwright_navigate'、'playwright_screenshot' 和 'playwright_fill',允许用户以编程方式与网页交互。 服务器已配置为使用uv命令运行,用户可设置开发、未发布及已发布的配置。还可以将服务器发布到PyPI。 要搭建服务器,用户需要先准备好可发布的包:同步依赖并更新 lockfile,构建包发行版,并将其发布到 PyPI。由于 MCP 服务器基于 stdio,调试可能较为困难,建议使用 MCP Inspector 以获得更好的调试体验。

主要功能

  • 自定义笔记:// URI 方案来访问单个笔记
  • summarize-notes 提示来创建笔记摘要
  • playwright_navigate 工具来导航到 URLs
  • playwright_screenshot 工具来捕获截图
  • playwright_click 工具来点击元素
  • playwright_fill 工具来填充表单

价格

模型
Free
评分
暂无评价

使用场景

自动化网络爬取

使用playwright-plus-python-mcp 的 MCP 服 务 器来实现自动化网络爬取任务,如导航到网页、提取数据并将它存储为笔记

浏览器自动化

利用服 务 器的playwright工具来自动化浏览器交互操作,如点击元素、填充表格以及捕获截图

笔记收集和摘要

利用服 务 器的笔记存储系统并使用summarize-notes 提示来创建笔记摘要

优点 & 缺点

优点

  • 融合了playwright工具与MCP服 务 器
  • 提供了自定义的存储和检索笔记功能
  • 支持各种playwright命令来进行网页交互

缺点

  • 由于MCP服 务 器基于stdio,调试可能很难
  • 配置信息很局限

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What challenges might I face when debugging?

Debugging can be difficult because MCP servers communicate over stdio, and there is limited documentation on configuration details.

Asked by Cristina Moreno · Aug 21, 2025

Can I publish my server configuration to PyPI?

Yes, the server can be published to PyPI after setting up development, unpublished, or published configurations and running it with the uv command.

Asked by Tatiana Popescu · Jul 7, 2025

How can I use the summarize-notes feature?

Invoke the 'summarize-notes' prompt, and the server will generate a summary of all stored notes in the style preference you set.

Asked by Sven Bergqvist · Jul 2, 2025

What is the primary function of playwright-plus-python-mcp?

It runs an MCP server that stores notes, exposes a custom note:// URI scheme, and offers Playwright tools like navigate, screenshot, click, and fill for programmatic web interaction.

Asked by Leila Hassan · Jun 7, 2025

提问

服务配缩器 的替代品