Playwright MCP
by quotows
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLAYWRIGHT_MCP_LOG_LEVEL | No | debug, info, warn, or error. | |
| PLAYWRIGHT_MCP_MAX_PAGES | No | Page cap. Default: 32. | 32 |
| PLAYWRIGHT_MCP_HTTP_TOKEN | No | Require Authorization: Bearer <token> for HTTP mode. | |
| PLAYWRIGHT_MCP_ARTIFACT_DIR | No | Screenshots, traces, PDFs, downloads, and storage state directory. Default: ./artifacts. | ./artifacts |
| PLAYWRIGHT_MCP_MAX_CONTEXTS | No | Browser context cap. Default: 8. | 8 |
| PLAYWRIGHT_MCP_ALLOW_UPLOADS | No | Enable upload tools. Default: false. | false |
| PLAYWRIGHT_MCP_ALLOW_EVALUATE | No | Enable the dangerous evaluate tool. Default: false. | false |
| PLAYWRIGHT_MCP_ALLOWED_ORIGINS | No | Comma-separated browser navigation allowlist. | |
| PLAYWRIGHT_MCP_ALLOW_DOWNLOADS | No | Enable download tools and accepting downloads. Default: false. | false |
| PLAYWRIGHT_MCP_BLOCKED_ORIGINS | No | Comma-separated browser navigation blocklist. | |
| PLAYWRIGHT_MCP_DEFAULT_TIMEOUT_MS | No | Default Playwright timeout. Default: 30000. | 30000 |
| PLAYWRIGHT_MCP_HTTP_ALLOWED_ORIGINS | No | Comma-separated CORS allowlist. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/quotows/mcp-playwright'
If you have feedback or need assistance with the MCP directory API, please join our Discord server