
Browser Automation
STDIOBrowser automation server for controlling web browsers using Playwright via Claude Desktop.
Browser automation server for controlling web browsers using Playwright via Claude Desktop.
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