Playwright MCP Server avatar
Playwright MCP Server

Pricing

Pay per usage

Go to Apify Store
Playwright MCP Server

Playwright MCP Server

Developed by

Jiří Spilka

Jiří Spilka

Maintained by Apify

A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright

0.0 (0)

Pricing

Pay per usage

5

86

18

Issues response

1.8 days

Last modified

15 days ago

Actor badge

A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually tuned models.

About this MCP Server: To understand how to connect to and utilize this MCP server, you can refer to the official Model Context Protocol documentation at mcp.apify.com.

Connection URL

MCP clients can connect to this server at:

https://jiri-spilka--playwright-mcp-server.apify.actor/mcp

Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers": {
"playwright": {
"url": "https://jiri-spilka--playwright-mcp-server.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console.

🚩 Claim this MCP server

All credits to the original authors of https://github.com/microsoft/playwright-mcp To claim this server, please write to ai@apify.com.

Key features

  • 🚀 Uses Playwright's accessibility tree instead of pixel-based input for faster, lighter operation
  • 📊 Works with structured data only - no vision models required
  • 🎯 Applies tools deterministically, avoiding the ambiguity of screenshot approaches
  • 🌐 Supports Apify Proxy (datacenter, residential, custom) and other Apify features

Use cases

  • 🌐 Web navigation and form filling
  • 📋 Structured data extraction
  • 🧪 LLM-driven automated testing
  • 🤖 Browser automation for AI agents

Tools (source)

Tools