hrmeetsingh_mcp-browser-automation
Mirror of https://github.com/hrmeetsingh/mcp-browser-automation
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
5
Forks
0
Issues
0
MCP Browser Automation
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.
Pre-requisites
Building
- Clone the repository:
git clone https://github.com/hrmeetsingh/mcp-browser-automation.git
- Install dependencies:
npm install
- Verify the output executables are present in
dist
folder
Integration
- Create a configuration file in
~/Application\ Support/Claude/claude_desktop_config.json
- Copy the following to the file:
{
"mcpServers": {
"mcp-browser-automation": {
"command": "node",
"args": ["/path/to/mcp-browser-automation/dist/index.js"]
}
}
}
- Start Claude Desktop
Usage
- Open Claude Desktop
- Start a new conversation to open a browser and navigate to a URL
Example
Added MCP Server options
Navigating to a URL and doing actions with playwright
52
Followers
3,824
Repositories
0
Gists
0
Total Contributions
A minimal network monitoring MCP tool for Playwright browser automation. **Just 3 simple tools** to capture, filter, and analyze network traffic during web automation.
MCP server for interacting with the Alpha Vantage API, providing access to various financial data endpoints.