MCP_Claude

Automation testing using MCP and claude desktop

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

4

フォーク

0

イシュー

0

README

Install Python
Install pip
Install pipx
Install uv
pip install playwright
pip install -U mcp mcp[cli] nest_asyncio playwright psutil --> installs the mcp

playwright install --> installs the drivers

mcp version
mcp dev
mcp run
mcp install .\mcpplaywrighttools.py

To setup server:

  1. Download and install python, pip
  2. download the required packages using the command: pip download fastapi uvicorn pydantic python-multipart
    copy the above downloaded files to the server in a folder naming packages
    Use the below command to install the packages locally after copying: pip install --no-index --find-links=\Packages python-multipart uvicorn fastapi