The python-mcp-server-generator skill generates a complete Model Context Protocol (MCP) server project in Python, including proper project structure, tools with type hints, resources, prompts, and error handling using the FastMCP framework. It's designed for developers who need to create MCP servers quickly, supporting both stdio (local) and HTTP (remote) transport types with configuration options for deployment scenarios. The skill solves the problem of setting up boilerplate MCP server infrastructure by providing a template-based approach with best practices for tool implementation, code organization, and testing.
npx skills add https://github.com/github/awesome-copilot --skill python-mcp-server-generator