浏览器自动化
STDIO基于Playwright的浏览器自动化服务
基于Playwright的浏览器自动化服务
This is demo project to practice Model Context Protocol based server implemenation for automating browsing with Playwright. It interacts with a Claude Desktop client to accept user prompts and use server to control browser.
git clone https://github.com/hrmeetsingh/mcp-browser-automation.git
npm install
dist
folder~/Application\ Support/Claude/claude_desktop_config.json
(This is for macOS){ "mcpServers": { "mcp-browser-automation": { "command": "node", "args": ["/path/to/mcp-browser-automation/dist/index.js"] } } }
Added MCP Server options
Navigating to a URL and doing actions with playwright