File tree Expand file tree Collapse file tree 2 files changed +19
-28
lines changed Expand file tree Collapse file tree 2 files changed +19
-28
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ Provides browser automation capabilities using Playwright
44
55## Basic Information
66
7- - ** Image:** ` mcr.microsoft.com/playwright/mcp:v0.0.32 `
7+ - ** Image:** ` mcr.microsoft.com/playwright/mcp `
88- ** Repository:** [ https://github.com/microsoft/playwright-mcp ] ( https://github.com/microsoft/playwright-mcp )
99- ** Tier:** Official
1010- ** Status:** Active
11- - ** Transport:** sse
11+ - ** Transport:** stdio
1212
1313## Available Tools
1414
Original file line number Diff line number Diff line change 33#
44# Original source: https://github.com/stacklok/toolhive
55# Import timestamp: 2025-08-14T07:27:00Z
6- # ---
7- # WARNING: Tool list fetch failed on 2025-08-24
8- # Manual verification may be required
96name : playwright
107description : Provides browser automation capabilities using Playwright
118tier : Official
129status : Active
13- transport : streamable-http
10+ transport : stdio
1411tools :
12+ - browser_click
1513 - browser_close
16- - browser_resize
1714 - browser_console_messages
18- - browser_handle_dialog
15+ - browser_drag
16+ - browser_evaluate
1917 - browser_file_upload
18+ - browser_fill_form
19+ - browser_handle_dialog
20+ - browser_hover
2021 - browser_install
21- - browser_press_key
2222 - browser_navigate
2323 - browser_navigate_back
24- - browser_navigate_forward
2524 - browser_network_requests
26- - browser_pdf_save
27- - browser_take_screenshot
25+ - browser_press_key
26+ - browser_resize
27+ - browser_select_option
2828 - browser_snapshot
29- - browser_click
30- - browser_drag
31- - browser_hover
29+ - browser_tabs
30+ - browser_take_screenshot
3231 - browser_type
33- - browser_select_option
34- - browser_tab_list
35- - browser_tab_new
36- - browser_tab_select
37- - browser_tab_close
38- - browser_generate_playwright_test
3932 - browser_wait_for
4033metadata :
41- stars : 22223
34+ stars : 22839
4235 pulls : 23622
43- last_updated : ' 2025-10-22T02:32:29Z '
36+ last_updated : ' 2025-11-05T21:23:31Z '
4437repository_url : https://github.com/microsoft/playwright-mcp
4538tags :
4639 - playwright
4740 - automation
4841 - browser
4942 - navigate
43+ - testing
44+ - web
45+ - accessibility
5046image : mcr.microsoft.com/playwright/mcp:v0.0.45
5147target_port : 8931
5248permissions :
@@ -55,8 +51,3 @@ permissions:
5551 insecure_allow_all : true
5652 allow_port :
5753 - 443
58- args :
59- - --port
60- - ' 8931'
61- - --allowed-hosts
62- - ' *'
You can’t perform that action at this time.
0 commit comments