Create Python
Createdmodelcontextprotocol
Quickly scaffolds Python projects for Model Context Protocol (MCP) servers.
About
Create Python Server simplifies the creation of Model Context Protocol (MCP) server projects by automating the setup process. Using either uvx or pip, it generates a pre-configured project structure, handling dependency management and configuration so you can focus on building your server logic. It integrates with the Model Context Protocol Python SDK and offers seamless integration with the Claude Desktop app when available, providing a streamlined development experience.
Key Features
- Auto-configures Claude Desktop app integration
- Uses Model Context Protocol Python SDK
- Simple command-line interface for project creation
- Sets up basic MCP server structure
- Uses uvx for package management
- 386 GitHub stars