Playwright Universal MCP
@xkiranj
Playwright Universal MCP について
A universal Playwright MCP server for browser automation in containerized environments
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"playwright-universal-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"playwright-mcp-venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Playwright Universal MCP?
Playwright Universal MCP is a Model Context Protocol (MCP) server for browser automation, designed to work reliably in containerized environments with limited privileges. It provides browser control capabilities to AI assistants such as Claude and GPT-4.
How to use Playwright Universal MCP?
Install via pipx, pip, or from source, then install browsers with playwright install chromium. Run the server with the command playwright-universal-mcp using options like --browser, --headless, --headful, --debug, or --browser-arg. Configure it as an MCP server in Claude Desktop by adding the command and arguments to claude_desktop_config.json.
Key features of Playwright Universal MCP?
- Multi-browser support (Chromium, Firefox, WebKit, Edge, Chrome)
- Works in containerized environments with limited privileges
- Headless and headful modes for server or debugging
- Extensive browser control:
「ブラウザ自動化」の他のコンテンツ
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
BrowserTools MCP
AgentDeskAIMonitor browser logs directly from Cursor and other MCP compatible IDEs.
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
Puppeteer Vision Mcp Server
djannotMCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
コメント