Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003
MIT License
  • Apple
  • Linux

type

Simulate keyboard input to enter text into specified web elements using CSS selectors, enabling automation of forms, search bars, and interactive features in browser-based tasks.

Instructions

Type text into an element

Input Schema

NameRequiredDescriptionDefault
selectorYes
textYes

Input Schema (JSON Schema)

{ "properties": { "selector": { "type": "string" }, "text": { "type": "string" } }, "required": [ "selector", "text" ], "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