Skip to content

Releases: modelcontextprotocol/create-python-server

v1.0.5

24 Nov 21:04
v1.0.5
446072a
Compare
Choose a tag to compare

v1.0.4

21 Nov 14:51
v1.0.4
b56d4c5
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 Nov 12:01
v1.0.3
e84ea45
Compare
Choose a tag to compare

What's Changed

  • Add project license, URLs, other metadata by @jspahrsummers in #3
  • Fix script name in README.md

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Nov 23:02
v1.0.2
c8d622e
Compare
Choose a tag to compare

This release improves the generation of MCP server projects.

Features

  • Projects now include a generated README.md

Requirements

  • UV >= 0.4.10
  • Python 3.10+

Usage

# Using uvx (recommended)
uvx create-mcp-server

# Or using pip
pip install create-mcp-server
create-mcp-server

v1.0.1

18 Nov 21:32
v1.0.1
c79927d
Compare
Choose a tag to compare

v1.0.1 Initial Release

First public release of create-mcp-server, a tool to create Model Context Protocol (MCP) server projects with zero configuration.

Features

  • Simple CLI tool to create new MCP server projects
  • Automatic project structure setup with best practices
  • Built on UV for fast, reliable package management
  • Zero configuration needed to get started

Requirements

  • UV >= 0.4.10
  • Python 3.10+

Usage

# Using uvx (recommended)
uvx create-mcp-server

# Or using pip
pip install create-mcp-server
create-mcp-server

This release provides the foundation for quickly bootstrapping MCP server projects. Future releases will add additional templates and configuration options.
This tool is used to create