webmcp

Implement WebMCP in a web project — setup, add tools, debug, audit, test

Content Preview
---
description: Implement WebMCP in a web project — setup, add tools, debug, audit, test
argument-hint: [setup|add-tool|debug|audit|test]
allowed-tools: Skill(webmcp)
---

Invoke the webmcp skill for: $ARGUMENTS
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/webmcp.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/webmcp/webmcp.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/webmcp.md

Related Skills