Playwright MCP Server
@showfive
关于 Playwright MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"playwright-mcp-server-showfive": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@showfive/playwright-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
浏览器自动化 分类下的更多 MCP 服务器
Playwright MCP Server 🎭
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
MCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
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.
Webpage Screenshot MCP Server
ananddtyagiAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.
Slack Slack
microsoftPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
评论