mcp-playwright
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_browser_sessionA | |
| close_browser_sessionA | 关闭当前浏览器会话 |
| navigate_to_urlC | |
| click_elementC | |
| fill_inputA | |
| wait_for_selectorB | |
| get_text_contentC | |
| get_element_attributeC | |
| get_page_titleA | 获取页面标题 |
| get_page_urlA | 获取当前页面URL |
| take_screenshotC | |
| execute_javascriptC | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| web_automation_prompt | 网页自动化任务提示模板 Args: task: 要执行的任务描述 url: 目标网站URL |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_session_status | 获取当前会话状态 |
| get_browser_health | 获取浏览器管理器健康状态 |
| get_tools_help | 获取工具使用帮助 |
TDQS
Scored across 12 tools
Each tool targets a distinct browser action: clicking, filling, navigating, screenshotting, etc. No two tools have overlapping functionality.
All tools follow a consistent verb_noun snake_case pattern (e.g., click_element, fill_input, get_page_title). No deviations.
12 tools cover the essential browser automation operations without being excessive. The count is well-scoped for the domain.
Core workflows like navigation, input, clicking, and screenshots are present. Minor gaps like scrolling or hover are absent but can be worked around.