playwright-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| navigateA | Navigate the browser to a URL and return the page title and final URL after redirects. |
| get_page_stateA | Get the current state of the page — title, URL, visible text, interactive elements, and console errors. Use this to understand what is on screen before deciding the next action. |
| screenshotA | Take a screenshot of the current page or a specific element. Returns base64-encoded PNG. |
| clickB | Click an element on the page identified by a CSS selector or text content. |
| fillA | Type text into an input field, textarea, or contenteditable element. |
| evaluateA | Execute JavaScript in the browser page context and return the result. Use for assertions, reading DOM values, or custom interactions. |
| assertA | Assert a condition about the current page state. Returns pass/fail with details — use this to verify test expectations. |
| close_browserA | Close the browser and release all resources. Call this when the test session is complete. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ademdeniz/playwright-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server