AutoWebMCP v0.2.0
AutoWebMCP v0.2.0
Framework robustness overhaul + Google Forms MCP.
What's new
- Google Forms MCP — 30 semantic tools for Google Forms (create forms, add questions, set themes, manage settings)
- 20 framework improvements — trusted click support (
__clickCoords), retry with re-injection, URL re-check,get_page_statetool, 6 new template utilities - Enhanced templates —
queryVisibleSelector(),setContentEditableValue(),clickAndWait(),findElementByText(),getPageState(),querySelectorWithin() - Improved skill guidance — duplicate element detection, ARIA role probing, widget pattern classification, selector priority scoring, readback verification, validation scaffolding
- Automatic Chrome setup — no manual
--remote-debugging-portneeded
What's included
/learn-webappskill — Explores web apps and generates MCP servers/webmcpskill — Routes web app tasks through learned MCP servers- MCP server templates (v0.2.0) — Enhanced with trusted click, retry, and diagnostic tools
- Google Sites MCP — 33 tools
- Google Forms MCP — 30 tools
- Install script
Quick start
git clone https://github.com/ApartsinProjects/AutoWebMCP.git
cd AutoWebMCP && npm install
# Copy skills to your project
./install.sh /path/to/your/project
# Learn any web app
/learn-webapp https://your-app.comSee README for full documentation.