Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLAYWRIGHT_MCP_CAPSNoComma-separated list of additional capabilities to enable, possible values: vision, pdf, devtools.
PLAYWRIGHT_MCP_HOSTNoHost to bind server to. Default is localhost. Use 0.0.0.0 to bind to all interfaces.
PLAYWRIGHT_MCP_PORTNoPort to listen on for SSE transport.
PLAYWRIGHT_MCP_CONFIGNoPath to the configuration file.
PLAYWRIGHT_MCP_DEVICENoDevice to emulate, for example: "iPhone 15".
PLAYWRIGHT_MCP_BROWSERNoBrowser or chrome channel to use, possible values: chrome, firefox, webkit, msedge.
PLAYWRIGHT_MCP_CODEGENNoSpecify the language to use for code generation, possible values: "typescript", "none". Default is "typescript".
PLAYWRIGHT_MCP_SANDBOXNoEnable the sandbox for all process types that are normally not sandboxed.
PLAYWRIGHT_MCP_SECRETSNoPath to a file containing secrets in the dotenv format.
PLAYWRIGHT_MCP_ENDPOINTNoBound browser endpoint to connect to.
PLAYWRIGHT_MCP_HEADLESSNoRun browser in headless mode, headed by default.
PLAYWRIGHT_MCP_ISOLATEDNoKeep the browser profile in memory, do not save it to disk.
PLAYWRIGHT_MCP_EXTENSIONNoConnect to a running browser instance (Edge/Chrome only). Requires the "Playwright MCP Bridge" browser extension to be installed.
PLAYWRIGHT_MCP_INIT_PAGENoPath to TypeScript file to evaluate on Playwright page object.
PLAYWRIGHT_MCP_CDP_HEADERNoCDP headers to send with the connect request, multiple can be specified.
PLAYWRIGHT_MCP_NO_SANDBOXNoDisable the sandbox for all process types that are normally sandboxed.
PLAYWRIGHT_MCP_OUTPUT_DIRNoPath to the directory for output files.
PLAYWRIGHT_MCP_USER_AGENTNoSpecify user agent string.
PLAYWRIGHT_MCP_CDP_TIMEOUTNoTimeout in milliseconds for connecting to CDP endpoint, defaults to 30000ms.
PLAYWRIGHT_MCP_INIT_SCRIPTNoPath to JavaScript file to add as an initialization script. The script will be evaluated in every page before any of the page's scripts. Can be specified multiple times.
PLAYWRIGHT_MCP_OUTPUT_MODENoWhether to save snapshots, console messages, network logs to a file or to the standard output. Can be "file" or "stdout". Default is "stdout".
PLAYWRIGHT_MCP_CDP_ENDPOINTNoCDP endpoint to connect to.
PLAYWRIGHT_MCP_PROXY_BYPASSNoComma-separated domains to bypass proxy, for example ".com,chromium.org,.domain.com".
PLAYWRIGHT_MCP_PROXY_SERVERNoSpecify proxy server, for example "http://myproxy:3128" or "socks5://myproxy:8080".
PLAYWRIGHT_MCP_SAVE_SESSIONNoWhether to save the Playwright MCP session into the output directory.
PLAYWRIGHT_MCP_ALLOWED_HOSTSNoComma-separated list of hosts this server is allowed to serve from. Defaults to the host the server is bound to. Pass '*' to disable the host check.
PLAYWRIGHT_MCP_CONSOLE_LEVELNoLevel of console messages to return: "error", "warning", "info", "debug". Each level includes the messages of more severe levels.
PLAYWRIGHT_MCP_SNAPSHOT_MODENoWhen taking snapshots for responses, specifies the mode to use. Can be "full" or "none". Default is "full".
PLAYWRIGHT_MCP_STORAGE_STATENoPath to the storage state file for isolated sessions.
PLAYWRIGHT_MCP_USER_DATA_DIRNoPath to the user data directory. If not specified, a temporary directory will be created.
PLAYWRIGHT_MCP_VIEWPORT_SIZENoSpecify browser viewport size in pixels, for example "1280x720".
PLAYWRIGHT_MCP_TIMEOUT_ACTIONNoSpecify action timeout in milliseconds, defaults to 5000ms.
PLAYWRIGHT_MCP_ALLOWED_ORIGINSNoSemicolon-separated list of TRUSTED origins to allow the browser to request. Default is to allow all. Important: does not serve as a security boundary and does not affect redirects.
PLAYWRIGHT_MCP_BLOCKED_ORIGINSNoSemicolon-separated list of origins to block the browser from requesting. Blocklist is evaluated before allowlist. If used without the allowlist, requests not matching the blocklist are still allowed. Important: does not serve as a security boundary and does not affect redirects.
PLAYWRIGHT_MCP_EXECUTABLE_PATHNoPath to the browser executable.
PLAYWRIGHT_MCP_IMAGE_RESPONSESNoWhether to send image responses to the client. Can be "allow" or "omit", Defaults to "allow".
PLAYWRIGHT_MCP_GRANT_PERMISSIONSNoList of permissions to grant to the browser context, for example "geolocation", "clipboard-read", "clipboard-write".
PLAYWRIGHT_MCP_TEST_ID_ATTRIBUTENoSpecify the attribute to use for test ids, defaults to "data-testid".
PLAYWRIGHT_MCP_TIMEOUT_NAVIGATIONNoSpecify navigation timeout in milliseconds, defaults to 60000ms.
PLAYWRIGHT_MCP_IGNORE_HTTPS_ERRORSNoIgnore https errors.
PLAYWRIGHT_MCP_BLOCK_SERVICE_WORKERSNoBlock service workers.
PLAYWRIGHT_MCP_SHARED_BROWSER_CONTEXTNoReuse the same browser context between all connected HTTP clients.
PLAYWRIGHT_MCP_ALLOW_UNRESTRICTED_FILE_ACCESSNoAllow access to files outside of the workspace roots. Also allows unrestricted access to file:// URLs. By default access to file system is restricted to workspace root directories (or cwd if no roots are configured) only, and navigation to file:// URLs is blocked.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/roshan571/playwright-mcp2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server