AutoWebMCP v0.1.0
AutoWebMCP v0.1.0
Teach Claude a web app once. Use it forever.
What's included
/learn-webappskill — Explores web apps and generates MCP servers with semantic tools/webmcpskill — Routes web app tasks through learned MCP servers instead of raw browser automation- MCP server templates — Templates for generating new MCP server packages
- Google Sites MCP — Pre-learned MCP server with 33 tools for Google Sites
- Install script — One-command installer for any Claude Code project
Quick start
# Clone and install
git clone https://github.com/ApartsinProjects/AutoWebMCP.git
cd AutoWebMCP && npm install
# Copy skills to your project
cp -r skills/learn-webapp .claude/skills/learn-webapp
cp -r skills/webmcp .claude/skills/webmcp
# Learn any web app
/learn-webapp https://your-app.comSee README for full documentation.