Skip to main content
Glama

MCP Browser Server

by Wladastic

type_text

Automate text input into web elements using CSS selectors and customizable keystroke delays for precise browser interaction.

Instructions

Type text into an input field

Input Schema

NameRequiredDescriptionDefault
delayNoDelay between keystrokes in milliseconds
selectorYesCSS selector for the input element
textYesText to type

Input Schema (JSON Schema)

{ "properties": { "delay": { "default": 100, "description": "Delay between keystrokes in milliseconds", "type": "number" }, "selector": { "description": "CSS selector for the input element", "type": "string" }, "text": { "description": "Text to type", "type": "string" } }, "required": [ "selector", "text" ], "type": "object" }
Install Server

Other Tools from MCP Browser Server

Related Tools

    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/Wladastic/mcp-browser-server'

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