Loading
Loading
written by Forgecat

Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
npx forgecat install @forgecat/anthropics_claude-plugins-official_mcp-server-dev
| Field | Value |
|---|---|
| Author | Anthropic |
| Original repository | https://github.com/anthropics/claude-plugins-official/tree/main/plugins/mcp-server-dev |
| Version | 0.0.0 |
| Original commit | 7e401ed |
| License | Apache-2.0 |
| Source platform | Claude Code plugin |
| Platform | Status |
|---|---|
| Claude Code | Tested |
| Cursor | Partial |
| Codex | Partial |
written by original source
Skills for designing and building MCP servers that work seamlessly with Claude.
Three skills that compose into a full build path:
| Skill | Purpose |
|---|---|
build-mcp-server | Entry point. Interrogates the use case, picks deployment model (remote HTTP / MCPB / local stdio), picks tool-design pattern, routes to a specialized skill. |
build-mcp-app | Adds interactive UI widgets (forms, pickers, confirm dialogs) rendered inline in chat. Works on remote servers and MCPB bundles. |
build-mcpb | Packages a local stdio server with its runtime so users can install it without Node/Python. For servers that must touch the local machine. |
build-mcp-server is the front door. It asks what you're connecting to, who'll use it, how big the action surface is, and whether you need in-chat UI. From those answers it recommends one of four paths:
build-mcp-appbuild-mcpbEach skill ships reference files for the parts that don't fit in the main instructions: auth flows (DCR/CIMD), tool-description writing, widget templates, manifest schemas, security hardening.
Ask Claude to "help me build an MCP server" and the entry skill will trigger. Or invoke directly:
/mcp-server-dev:build-mcp-server
None
forgecat
View CreatorNone