This bundle provides a comprehensive suite of tools and skills to assist developers in building, designing, and testing servers using the Model Context Protocol (MCP) and the FastMCP framework.
The tools are organized into the following mp- prefixed sub-plugins, conforming to the official Anthropic plugin layout patterns. Each sub-plugin contains a focused set of skills.
Core skills for building and maintaining FastMCP servers.
mcp-server-create: Scaffolds new Python/FastMCP server projects with best practices.mcp-server-upgrade: Guides you through upgrading servers to newer versions and handling breaking changes.mcp-tool-design: Helps design robust tools and capabilities for MCP servers.mcp-response-format: Ensures tool responses are correctly formatted for optimal LLM consumption.
Advanced features for complex FastMCP deployments.
mcp-elicitations: Implements human-in-the-loop (HITL) workflows, dynamic forms, and wizard-style prompt sequences.mcp-hitl-checkpoints: Manages checkpoints and human approvals within tool execution.mcp-hybrid-architecture: Architectural patterns for integrating FastMCP into complex systems.mcp-secrets: Patterns for securely managing and injecting secrets into your server operations.
Tools and utilities for verifying your MCP server logic.
mcp-testing: Test MCP servers, their tools, and elicitation workflows effectively.
Each sub-plugin is fully self-contained with its own .claude-plugin/plugin.json manifest. You can install them individually directly from these directories using the claude plugin install command.
# Install the core tools
claude plugin install ./mp-fastmcp-core
# Install advanced capabilities
claude plugin install ./mp-fastmcp-advanced
# Install testing tools
claude plugin install ./mp-fastmcp-testingOnce installed, use the slash commands defined in each skill (e.g., /mcp-server-create, /mcp-tool-design) inside Claude Code.