Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003
MIT License
  • Apple
  • Linux

screenshot

Capture screenshots of web pages, specific elements, or viewport sections using Playwright-based automation on the PlayMCP server for tasks like testing or documentation.

Instructions

Take a screenshot

Input Schema

NameRequiredDescriptionDefault
pathYes
selectorNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "path": { "type": "string" }, "selector": { "type": "string" }, "type": { "enum": [ "viewport", "element", "page" ], "type": "string" } }, "required": [ "path" ], "type": "object" }

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/jomon003/PlayMCP'

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