hrmeetsingh_mcp-browser-automation

Mirror of https://github.com/hrmeetsingh/mcp-browser-automation

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

4

フォーク

0

イシュー

0

README
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
  1. Clone the repository: git clone https://github.com/hrmeetsingh/mcp-browser-automation.git
  2. Install dependencies: npm install
  3. Verify the output executables are present in dist folder
Integration
  1. Create a configuration file in ~/Application\ Support/Claude/claude_desktop_config.json
  2. Copy the following to the file:
{
  "mcpServers": {
    "mcp-browser-automation": {
      "command": "node",
      "args": ["/path/to/mcp-browser-automation/dist/index.js"]
    }
  }
}
  1. Start Claude Desktop
Usage
  1. Open Claude Desktop
  2. Start a new conversation to open a browser and navigate to a URL
Example
  • Added MCP Server options
    Added MCP Server options

  • Navigating to a URL and doing actions with playwright
    Navigating to a URL and entering text

作者情報

52

フォロワー

3,824

リポジトリ

0

Gist

0

貢献数

関連するMCP
Maxteabag_GithubWorkflowMCP logo

Mirror of https://github.com/Maxteabag/GithubWorkflowMCP

TypeScript
playwright-min-network-mcp logo

A minimal network monitoring MCP tool for Playwright browser automation. **Just 3 simple tools** to capture, filter, and analyze network traffic during web automation.

TypeScript
mcp-alphavantage logo

MCP server for interacting with the Alpha Vantage API, providing access to various financial data endpoints.

TypeScript