Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ Browser Automation
  3. Playwright Plus Python MCP
Playwright Plus Python MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:05:10 PM

Playwright Plus Python MCP

User RatingsBe the first to rate and review this MCP server!
View Repository189 GitHub StarsTotal stargazers on GitHub for the source repository (189 stars).
browser-automationplaywrightpythonweb-scraping

Playwright-based MCP tools for navigating, inspecting, interacting with, and capturing browser pages.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "blackwhite084-playwright-plus-python-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (8) Directory Badge Claim listing Alternatives๐Ÿ“‚ More in Browser Automation

Overview

blackwhite084/playwright-plus-python-mcp MCP server exposes Playwright browser actions through MCP tools for navigation, screenshots, clicks, form filling, JavaScript evaluation, and page inspection. It can create a browser session when navigation is requested without an active session, then operate on the current page with CSS selectors or text. The server also includes note resources and a prompt for summarizing stored notes. Reach for it when an MCP client needs to drive and inspect browser pages through a Python-based server.

Use cases

โ€ขNavigate to websites for agent-driven browser tasks
โ€ขFill web forms using CSS selectors
โ€ขCapture screenshots of pages or elements
โ€ขExtract visible text and HTML from pages

Key features

โ€ขPlaywright browser navigation
โ€ขCSS selector clicks and form filling
โ€ขText-based element clicking
โ€ขJavaScript evaluation
โ€ขPage text, HTML, and screenshots
โ€ขNote resources and summarization prompt

Capabilities & Tool Schemas (8) ~149 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Playwright Plus Python MCP.

playwright_navigate

Navigates to a specified URL. This operation will automatically create a new session if there is no active session.

playwright_screenshot

Takes a screenshot of the current page or a specific element.

playwright_click

Clicks an element on the page using a CSS selector.

playwright_fill

Fills out an input field.

playwright_evaluate

Executes JavaScript code in the browser console.

playwright_click_text

Clicks an element on the page by its text content.

How Playwright Plus Python MCP works

What blackwhite084/playwright-plus-python-mcp MCP server does

blackwhite084/playwright-plus-python-mcp MCP server connects MCP clients to browser automation operations built around Playwright. Its tools can open a URL, capture the current page or a selected element, click controls, populate fields, run JavaScript, and retrieve page content. Navigation creates a new session automatically when no active session exists.

The server also describes a simple note storage feature. Notes are exposed through a custom note:// URI scheme, with each resource carrying a name, description, and text/plain MIME type. A summarize-notes prompt combines the stored notes into a summarization prompt and accepts a style value for brief or detailed output.

How it works

The browser tools act on the current Playwright page. playwright_navigate accepts a URL and establishes a session if necessary. playwright_screenshot requires a file name and can optionally receive a CSS selector; without a selector, it captures the full page. playwright_click and playwright_fill use CSS selectors, while playwright_click_text locates an element by its text content.

For page inspection, playwright_get_text_content returns text from visible elements, and playwright_get_html_content returns HTML for a selected area using a CSS selector. playwright_evaluate runs supplied JavaScript in the browser console. These operations let an agent combine page navigation, interaction, and extraction in one MCP session.

Setup and configuration

The README provides a published-server configuration for Claude Desktop using uvx:

config.json
{
  "mcpServers": {
    "playwright-server": {
      "command": "uvx",
      "args": ["playwright-server"]
    }
  }
}

The configuration file is located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS and at %APPDATA%/Claude/claude_desktop_config.json on Windows. For local development, the README shows a uv configuration that runs the project from a specified directory. The repository does not provide completed application-specific configuration settings; its configuration section is marked as a TODO.

Tools and capabilities

  • Navigate to a specified URL.
  • Capture full-page or element screenshots.
  • Click elements with CSS selectors or text matching.
  • Fill input fields with a supplied value.
  • Execute JavaScript in the browser console.
  • Read visible text and selected HTML content.
  • Access stored notes through note:// resources.
  • Generate brief or detailed summaries of stored notes.

Limitations and notes

blackwhite084/playwright-plus-python-mcp MCP server runs over stdio, so clients must launch it as a local process rather than connect to a documented hosted endpoint. The material does not specify browser installation steps, supported browser engines, persistence behavior, authentication handling, or additional environment variables. It also does not document configuration values beyond the Claude Desktop launch examples.

The screenshot tool requires a screenshot name, and page interaction tools require the selectors, text, values, scripts, or other arguments described above. The README recommends MCP Inspector for debugging stdio servers, but that utility is separate from blackwhite084/playwright-plus-python-mcp MCP server itself.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • MCP Server Playwright logoMCP Server Playwright

    An MCP server for browser automation using Playwright

    ๐Ÿ“‚ Browser Automation3 views
    Compare vs MCP Server Playwright โ†’
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    ๐Ÿ“‚ Browser Automation4 views
    Compare vs Browser Use MCP Server โ†’
  • Playwright MCP logoPlaywright MCP
    Verified

    Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots

    ๐Ÿ“‚ Browser Automation2 views
    Compare vs Playwright MCP โ†’
  • Aethyn Browser MCP logoAethyn Browser MCP

    Drive a local Playwright browser through residential proxies with the agent choosing the exit country/city and holding one sticky identity per task. 10 tools: launch, navigate, accessibility snapshot, click, type, content extraction, exit-IP verification, and per-task identity rotation. Free trial, no card.

    ๐Ÿ“‚ Browser Automation2 views
    Compare vs Aethyn Browser MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
189
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
8
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Playwright Plus Python MCP

The README shows a published Claude Desktop configuration using the command `uvx playwright-server`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPlaywright Plus Python MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/blackwhite084-playwright-plus-python-mcp?style=directory)](https://allmcps.com/mcp/blackwhite084-playwright-plus-python-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/blackwhite084-playwright-plus-python-mcp"><img src="https://allmcps.com/api/badge/blackwhite084-playwright-plus-python-mcp?style=directory" alt="Playwright Plus Python MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚Browser Automation
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 3, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars189
GitHub Star CountTotal stargazers on GitHub representing community popularity (189 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jan 7, 2025
49Quality signal: Fair ยท 49/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools26/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage โ€” this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 17d ago via OSV.dev ยท @modelcontextprotocol/inspector (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ Browser Automation โ†’Best MCP servers for Browser Automation โ†’Alternatives to Playwright Plus Python MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code