creating-mcp-servers

Community

Create production MCP servers with optimized patterns.

Authorbilllzzz18
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Builds production-ready MCP servers using FastMCP v2 with context-efficient patterns, progressive loading, and packaging for distribution.

Core Features & Use Cases

  • Apply four mandatory patterns (uv-based dependency management, authoritative docs fetch, optimized tool descriptions, and strategic tool selection).
  • Implement progressive disclosure for 5+ capabilities to reduce context load.
  • Optimize tool descriptions for concise, high-density instructions.
  • Bundle servers as MCPB files with validation.
  • Proven gateway patterns for scalable, multi-capability servers.

Quick Start

Start by inspecting references/MANDATORY_PATTERNS.md, then use the MCPB bundling workflow:

  • Inspect and implement patterns
  • Bundle your server with the provided script: python scripts/create_mcpb.py server.py --name <server-name> --version 1.0.0

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: creating-mcp-servers
Download link: https://github.com/billlzzz18/bl1nk-skill-platform/archive/main.zip#creating-mcp-servers

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository