Skip to content

AutoWebMCP v0.1.0

Choose a tag to compare

@apartsin apartsin released this 09 Mar 04:21
· 9 commits to main since this release

AutoWebMCP v0.1.0

Teach Claude a web app once. Use it forever.

What's included

  • /learn-webapp skill — Explores web apps and generates MCP servers with semantic tools
  • /webmcp skill — 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.com

See README for full documentation.