Price Per TokenPrice Per Token

Playwright MCP Server

by executeautomation

0

About

Playwright MCP Server brings browser automation capabilities to AI assistants using Microsoft's Playwright framework. It enables LLMs to control real browsers for navigation, interaction, screenshot capture, web scraping, JavaScript execution, and test code generation. Key features of Playwright MCP Server: - Full browser automation including navigation, clicking, form filling, and page interaction - Screenshot capture for visual testing and documentation - Web scraping capabilities to extract structured data from websites - JavaScript execution within the browser context - Automatic test code generation for Playwright-based testing - Device emulation with 143+ presets including iPhone, iPad, Pixel, Galaxy, and desktop browsers - Viewport resizing with portrait and landscape orientation support - Automatic user-agent, touch event, and device pixel ratio emulation for authentic device testing

README

MseeP.ai Security Assessment

Playwright MCP Server 🎭

[](https://archestra.ai/mcp-catalog/executeautomation__mcp-playwright) [](https://smithery.ai/server/@executeautomation/playwright-mcp-server)

A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scrapes the page and execute JavaScript in a real browser environment.

✨ What's New in v1.0.10

🎯 Device Emulation with 143 Real Device Presets!

Test your web applications on real device profiles with a simple command:

// Test on iPhone 13 with automatic user-agent, touch support, and device pixel ratio
await playwright_resize({ device: "iPhone 13" });

// Switch to iPad with landscape orientation await playwright_resize({ device: "iPad Pro 11", orientation: "landscape" });

// Test desktop view await playwright_resize({ device: "Desktop Chrome" });

Natural Language Support for AI Assistants:

  • "Test on iPhone 13"
  • "Switch to iPad view"
  • "Rotate to landscape"
  • Supports 143 devices: iPhone, iPad, Pixel, Galaxy, and Desktop browsers with proper emulation of viewport, user-agent, touch events, and device pixel ratios.

    📚 View Device Quick Reference | Prompt Guide

    Screenshot

    Documentation | API reference

    Installation

    You can install the package using either npm, mcp-get, or Smithery:

    Using npm:

    npm install -g @executeautomation/playwright-mcp-server
    

    Using mcp-get:

    npx @michaellatman/mcp-get@latest install @executeautomation/playwright-mcp-server
    
    Using Smithery

    To install Playwright MCP for Claude Desktop automatically via Smithery:

    npx @smithery/cli install @executeautomation/playwright-mcp-server --client claude
    

    Using Claude Code:

    claude mcp add --transport stdio playwright npx @executeautomation/playwright-mcp-server
    

    #### Installation in VS Code

    Install the Playwright MCP server in VS Code using one of these buttons:

    [](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522playwright%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522%2540executeautomation%252Fplaywright-mcp-server%2522%255D%257D) [](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522playwright%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522%2540executeautomation%252Fplaywright-mcp-server%2522%255D%257D)

    Alternatively, you can install the Playwright MCP server using the VS Code CLI:

    # For VS Code
    code --add-mcp '{"name":"playwright","command":"npx","args":["@executeautomation/playwright-mcp-server"]}'
    

    # For VS Code Insiders
    code-insiders --add-mcp '{"name":"playwright","command":"npx","args":["@executeautomation/playwright-mcp-server"]}'
    

    After installation, the ExecuteAutomation Playwright MCP server wil

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81