Skip to content

FastMCP Dev Bundle - Skills for developing with FastMCP

Notifications You must be signed in to change notification settings

Stonefish-Labs/fastmcp-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastMCP Development Bundle

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.

Included Sub-Plugins

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.

1. mp-fastmcp-core

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.

2. mp-fastmcp-advanced

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.

3. mp-fastmcp-testing

Tools and utilities for verifying your MCP server logic.

  • mcp-testing: Test MCP servers, their tools, and elicitation workflows effectively.

Installation and Usage

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-testing

Once installed, use the slash commands defined in each skill (e.g., /mcp-server-create, /mcp-tool-design) inside Claude Code.

About

FastMCP Dev Bundle - Skills for developing with FastMCP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages