Skip to content

Commit bc40d58

Browse files
authored
Add the Playwright MCP server to the registry (#768)
1 parent f85ad07 commit bc40d58

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

pkg/registry/data/registry.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,72 @@
15391539
],
15401540
"transport": "stdio"
15411541
},
1542+
"playwright": {
1543+
"args": [
1544+
"--port",
1545+
"8931"
1546+
],
1547+
"description": "A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright",
1548+
"env_vars": [],
1549+
"image": "mcr.microsoft.com/playwright/mcp",
1550+
"metadata": {
1551+
"last_updated": "2025-06-18T10:10:45-04:00",
1552+
"pulls": 15576,
1553+
"stars": 12138
1554+
},
1555+
"permissions": {
1556+
"network": {
1557+
"outbound": {
1558+
"allow_host": [],
1559+
"allow_port": [
1560+
443
1561+
],
1562+
"allow_transport": [
1563+
"tcp"
1564+
],
1565+
"insecure_allow_all": true
1566+
}
1567+
},
1568+
"read": [],
1569+
"write": []
1570+
},
1571+
"repository_url": "https://github.com/microsoft/playwright-mcp",
1572+
"tags": [
1573+
"playwright",
1574+
"automation",
1575+
"browser",
1576+
"navigate"
1577+
],
1578+
"target_port": 8931,
1579+
"tools": [
1580+
"browser_close",
1581+
"browser_resize",
1582+
"browser_console_messages",
1583+
"browser_handle_dialog",
1584+
"browser_file_upload",
1585+
"browser_install",
1586+
"browser_press_key",
1587+
"browser_navigate",
1588+
"browser_navigate_back",
1589+
"browser_navigate_forward",
1590+
"browser_network_requests",
1591+
"browser_pdf_save",
1592+
"browser_take_screenshot",
1593+
"browser_snapshot",
1594+
"browser_click",
1595+
"browser_drag",
1596+
"browser_hover",
1597+
"browser_type",
1598+
"browser_select_option",
1599+
"browser_tab_list",
1600+
"browser_tab_new",
1601+
"browser_tab_select",
1602+
"browser_tab_close",
1603+
"browser_generate_playwright_test",
1604+
"browser_wait_for"
1605+
],
1606+
"transport": "sse"
1607+
},
15421608
"postgres": {
15431609
"args": [
15441610
"postgresql://host:port/db-name"

0 commit comments

Comments
 (0)