MCP server
Playwright MCP
Gives an assistant a real browser to click, type and read pages with
Add it to your client
OfficialInstall
npx -y @playwright/mcp@latest
mcpServers
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Not required
- Tools
- 24
- License
- Apache-2.0
Tools
browser_navigatebrowser_clickbrowser_typebrowser_snapshotbrowser_take_screenshotbrowser_console_messagesbrowser_network_requestsbrowser_resize
Microsoft ships this server so a model can drive Chromium, Firefox or WebKit through the Playwright API: open a URL, fill a form, click through a flow and read back the accessibility tree instead of a screenshot. Because it works from structured page state rather than pixels, the model can act on what is actually rendered.
Similar MCP servers
Home Assistant MCP Server
MCP serverHome Assistant's built-in server for exposing the house to an LLM.
Developer Tools
Chroma MCP Server
MCP serverManage Chroma collections and run vector queries without writing client code.
Developer ToolsDatabases
Zendesk MCP Server
MCP serverCommunity server that lets an assistant read Zendesk tickets and post comments.
Messaging & CommunicationsCRM & Sales
Comments(0)
Sign in to comment