MCP.so
Sign In
P

Pwmcp

@bezkoder

About Pwmcp

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "-y",
        "@executeautomation/playwright-mcp-server"
      ]
    }
  }
}

Tools

33

Start a new code generation session to record Playwright actions

End a code generation session and generate the test file

Get information about a code generation session

Clear a code generation session without generating a test

Navigate to a URL

Take a screenshot of the current page or a specific element

Click an element on the page

Click an element in an iframe on the page

Fill an element in an iframe on the page

fill out an input field

Select an element on the page with Select tag

Hover an element on the page

Upload a file to an input[type='file'] element on the page

Execute JavaScript in the browser console

Retrieve console logs from the browser with filtering options

Resize the browser viewport using manual dimensions or device presets. Supports 143+ device presets including iPhone, iPad, Android devices, and desktop browsers with proper user-agent and touch emulation.

Close the browser and release all resources

Perform an HTTP GET request

Perform an HTTP POST request

Perform an HTTP PUT request

Perform an HTTP PATCH request

Perform an HTTP DELETE request

Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion.

Wait for and validate a previously initiated HTTP response wait operation.

Set a custom User Agent for the browser

Get the visible text content of the current page

Get the HTML content of the current page. By default, all <script> tags are removed from the output unless removeScripts is explicitly set to false.

Navigate back in browser history

Navigate forward in browser history

Drag an element to a target location

Press a keyboard key

Save the current page as a PDF file

Click a link and switch to the newly opened tab

Comments

More Other MCP servers