Playwright Vision MCP Server
by davidkim9
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 4201 |
| BROWSER_TYPE | No | Browser engine to use (chromium, firefox, webkit) | chromium |
| MCP_AUTH_TOKEN | No | Authentication token for HTTP server (optional) | |
| OPENAI_API_KEY | No | OpenAI API key (required for analyze_image tool) | |
| SCREENSHOT_DIR | No | Directory for saving screenshots | ./screenshots |
| OPENAI_BASE_URL | No | Optional custom base URL for OpenAI-compatible APIs | https://api.openai.com/v1 |
| OPENAI_VISION_MODEL | No | Vision model for analyze_image tool | gpt-4.1-mini |
| PLAYWRIGHT_HEADLESS | No | Run browser in headless mode (true/false) | true |
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
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/davidkim9/playwright-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server