MCP Servers / web-scraping / Playwright Server

Playwright Server

JSON →
stdionone187web-scraping

A server providing Playwright tools for browser automation and web scraping.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: playwright-server-2
Tools
What this server exposes
playwright_navigate
Navigates to a specified URL. This operation will automatically create a new session if there is no active session.
playwright_screenshot
Takes a screenshot of the current page or a specific element.
playwright_click
Clicks an element on the page using a CSS selector.
playwright_fill
Fills out an input field.
playwright_evaluate
Executes JavaScript code in the browser console.
playwright_click_text
Clicks an element on the page by its text content.
playwright_get_text_content
Get the text content of all visiable elements.
playwright_get_html_content
Get the HTML content of the page.
Configuration
Environment & auth
authnone
envUV_PUBLISH_TOKEN
Resources
Playwright Server — MCP Server · libregistry