Playwright MCP Server
@showfive
About Playwright MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"playwright-mcp-server-showfive": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@showfive/playwright-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Playwright MCP Server?
Playwright MCP Server is a server that provides Playwright web page content retrieval and interaction functionality using the Model Context Protocol (MCP). It allows AI assistants to navigate pages, retrieve content, detect interactive elements, and simulate mouse operations.
How to use Playwright MCP Server?
Install via Smithery with npx -y @smithery/cli install @showfive/playwright-mcp-server --client claude or manually by running npm install and then npm run build followed by npm start. The server exposes MCP tools such as navigate, get_all_content, get_visible_content, get_interactive_elements, move_mouse, mouse_click, mouse_wheel, drag_and_drop, and echo.
Key features of Playwright MCP Server
- Page navigation to specified URLs
- Full or visible page content retrieval
- Interactive elements detection with position information
- Mouse operation simulation (movement, clicks, scrolling)
- Drag and drop support
- Echo functionality for testing
Use cases of Playwright MCP Server
- Automating web page content extraction for AI analysis
- Performing UI tests by simulating mouse interactions
- Retrieving visible content from dynamic web pages
- Testing MCP client-server communication with the echo tool
- Scraping full page text for downstream processing
FAQ from Playwright MCP Server
What tools does Playwright MCP Server provide?
It provides nine MCP tools: navigate, get_all_content, get_visible_content, get_interactive_elements, move_mouse, mouse_click, mouse_wheel, drag_and_drop, and echo.
How can I install Playwright MCP Server?
Install automatically via Smithery using npx -y @smithery/cli install @showfive/playwright-mcp-server --client claude, or manually by cloning the repo, running npm install, then npm run build and npm start.
What are the runtime requirements?
The README does not specify Node.js version or other system dependencies beyond requiring npm. Ensure necessary environment variables are set before using the server.
Does Playwright MCP Server support headless mode?
Yes, it offers configuration flexibility including headless/head mode selection, custom user agent, and viewport size settings.
Are there any usage restrictions?
Maintain appropriate intervals between requests and mouse operations to simulate real user interactions. Always follow the terms of service of target websites.
More Browser Automation MCP servers
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
browser-mcp
djydeA browser extension and MCP server that allows you to interact with the browser you are using.
Comments