Playwright MCP Server
by lebrodus
Playwright MCP サーバー
Playwright を用いたブラウザ自動化機能を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、LLM はウェブページを操作したり、スクリーンショットを撮ったり、実際のブラウザ環境で JavaScript を実行したりできるようになります。
スクリーンショット

Related MCP server: Puppeteer MCP Server
ドキュメント| APIリファレンス
インストール
npm、mcp-get、Smithery のいずれかを使用してパッケージをインストールできます。
npm を使用する場合:
npm install -g @executeautomation/playwright-mcp-servermcp-get の使用:
npx @michaellatman/mcp-get@latest install @executeautomation/playwright-mcp-server鍛冶屋を使う
Smithery経由で Claude Desktop 用の Playwright MCP を自動的にインストールするには:
npx @smithery/cli install @executeautomation/playwright-mcp-server --client claudePlaywright Serverを使用するための設定
Playwright サーバーを使用するための Claude Desktop の構成は次のとおりです。
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lebrodus/mcp-playwright'
If you have feedback or need assistance with the MCP directory API, please join our Discord server