MCP_Claude

Automation testing using MCP and claude desktop

GitHub Stars

0

User Rating

Not Rated

Favorites

0

Views

23

Forks

0

Issues

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