Language:JapaneseEnglish

mcp-server-dev Claude Code Plugin

Author
Anthropic
Category
Development
Topics
AI Agents & AI App Development · Claude Code Customization & Workflow
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-15 (UTC)
Source (GitHub) last updated
2026-04-28 (UTC) (121 days ago)

The explanation below is AI-generated. Please verify it against the sources.

mcp-server-dev is a Claude plugin bundling three skills that guide developers through planning and building Model Context Protocol (MCP) servers. Its entry-point skill asks about the intended use case and then recommends a deployment approach—remote streamable-HTTP, MCPB bundle, or local stdio—before handing off to a specialized skill. A second skill adds inline interactive UI elements, such as forms, pickers, and confirmation dialogs, for MCP apps running on remote servers or MCPB bundles. A third skill packages a local stdio server together with its runtime so it can be installed without a separate Node.js or Python setup. Each skill also comes with reference material covering authentication flows, tool-description writing, widget templates, manifest schemas, and security hardening.

What you can do with mcp-server-dev

  • Get guided recommendations on MCP server deployment models (remote HTTP, MCPB, or local stdio) based on your use case
  • Have Claude route you automatically to the specialized skill matching your chosen approach
  • Add interactive UI widgets like forms, pickers, and confirmation dialogs to MCP apps
  • Package a local stdio server with its runtime into an installable MCPB bundle
  • Reference supporting material on auth flows, tool descriptions, widget templates, manifest schemas, and security hardening

Sources

Back to list