setup

Set up WebMCP in the current project from scratch

Content Preview
---
description: Set up WebMCP in the current project from scratch
allowed-tools: Skill(webmcp)
---

Invoke the webmcp skill for: setup - integrate WebMCP into the current project
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/webmcp/setup.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/webmcp/setup.md

Related Skills