Hosted & managed by the University of Alabama in Huntsville
tools/playwright_local

playwright_local

v1.0.0activelocal-actionhealthy+new version

Browser automation MCP server, spawned locally over stdio. Exposes navigate / click / fill_form / snapshot / screenshot tools backed by a real Chromium, Firefox, or WebKit instance running on the user's machine. Agents wired to this tool can read and act on web pages the user is signed into — treat with care; always require human approval.

stdiobrowserplaywrightmicrosoftlocal
CALL SCHEMA
JSON Schema — what methods it exposes
{
"type": "object",
"properties": {
"browser_click": {
"type": "object",
"description": "Click an element."
},
"browser_evaluate": {
"type": "object",
"description": "Run a JavaScript expression in the page context."
},
"browser_navigate": {
"type": "object",
"description": "Open a URL."
},
"browser_snapshot": {
"type": "object",
"description": "Accessibility-tree snapshot of the page."
},
"browser_fill_form": {
"type": "object",
"description": "Fill form fields."
},
"browser_take_screenshot": {
"type": "object",
"description": "Capture a screenshot."
}
}
}
methodsbrowser_clickbrowser_evaluatebrowser_navigatebrowser_snapshotbrowser_fill_formbrowser_take_screenshot
INSTALL
pick your runtime — only the tabs this tool actually supports
losslessMerge into your .mcp.json (project) or ~/.claude.json (global). Requires the MCP server to be reachable — for HTTP tools, that's an operator dependency; for stdio tools, the install_command sets up the local subprocess.
# Append to your project's .mcp.json (or merge into ~/.claude.json globally).
curl -sL https://agentarium.science/t/playwright_local/v/1.0.0.claude.mcp.json \
-o .mcp.json.new
# (back up + merge: this fragment contains only this tool's mcpServers entry)
RECENT HEALTH CHECKS
registry pings this endpoint every ~5 min · last ~0 shown
No checks recorded yet.