Browser Automation
STDIOModel Context Protocol server for automating browsing with Playwright.
Model Context Protocol server for automating browsing with 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