Playwright MCP Server
Rank #11io.github.microsoft/playwright-mcp
Playwright Tools for MCP
Playwright MCP Server is a Model Context Protocol (MCP) server published by microsoft. It ranks #11 of 121,933 servers tracked on MCP Toplist, and its repository has 36,856 GitHub stars. Playwright MCP Server is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 8 tracked versions. It was first listed on Mar 21, 2025 and most recently updated on Aug 6, 2026.
Ranks ahead of 121,922 of 121,933 servers on MCP Toplist.
Use Playwright MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add playwright-mcp -- npx -y @playwright/mcp[mcp_servers.playwright-mcp]
command = "npx"
args = ["-y", "@playwright/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"playwright-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.microsoft%2Fplaywright-mcp)<a href="https://mcptoplist.com/server/io.github.microsoft%2Fplaywright-mcp"><img src="https://mcptoplist.com/badge/io.github.microsoft%2Fplaywright-mcp.svg" alt="MCP Toplist: Top 1% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
microsoft
Other servers by microsoft
- MarkItDown#3 · 7 vers
- Azure MCP Server#36 · 39 vers
- 🚀 Model Context Protocol (MCP) Curriculum for Beginners#205
- Awesome Copilot MCP Server#280 · 155 vers
- Azure DevOps (ADO)#714 · 1 ver
- Power BI Modeling MCP Server#1,188 · 5 vers
- GenAIScript#1,722 · 5 vers
- Microsoft Work IQ Calendar#1,752
- DebugMCP#1,922
- Microsoft Fabric RTI MCP Server#2,085 · 8 vers
- Clarity Data Export MCP Server#6,742
- Microsoft Copilot Studio ❤️ MCP#7,445
Available versions (8)
| Version | Published |
|---|---|
| 0.0.79 | Aug 6, 2026 |
| 0.0.78 | Jul 9, 2026 |
| 0.0.77 | Jun 29, 2026 |
| 0.0.76 | Jun 10, 2026 |
| 0.0.75 | May 7, 2026 |
| 0.0.74 | May 6, 2026 |
| 0.0.73 | May 1, 2026 |
| 0.0.72 | May 1, 2026 |
Frequently asked questions
- Who maintains Playwright MCP Server?
- Playwright MCP Server is maintained by microsoft, which publishes 29 MCP servers (253 total versions) tracked on MCP Toplist.
- Is Playwright MCP Server listed on the Official MCP Registry?
- Yes — Playwright MCP Server is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does Playwright MCP Server have?
- MCP Toplist tracks 8 versions of Playwright MCP Server, most recently published on Aug 6, 2026.
- Where can I find the source code for Playwright MCP Server?
- The source code for Playwright MCP Server is hosted at github.com/microsoft/playwright-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.