blackwhite084/playwright-plus-python-mcp
Platform-specific configuration:
{
"mcpServers": {
"playwright-plus-python-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-plus-python-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
\A MCP server with playwright tools\
<a href="https://glama.ai/mcp/servers/c50bsocgzb"></a>
The server implements a simple note storage system with:
The server provides a single prompt:
The server implements the following tools:
playwright_navigate: Navigates to a specified URL. This operation will automatically create a new session if there is no active session.url argument (string).playwright_screenshot: Takes a screenshot of the current page or a specific element.name argument (string) for the screenshot file name.selector argument (string) to specify a CSS selector for the element to screenshot. If no selector is provided, a full-page screenshot is taken.playwright_click: Clicks an element on the page using a CSS selector.selector argument (string) to specify the CSS selector for the element to click.playwright_fill: Fills out an input field.selector argument (string) to specify the CSS selector for the input field.value argument (string) to specify the value to fill.playwright_evaluate: Executes JavaScript code in the browser console.script argument (string) to specify the JavaScript code to execute.playwright_click_text: Clicks an element on the page by its text content.text argument (string) to specify the text content of the element to click.Loading reviews...