MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. create-python-server

create-python-server

GitHub
Website

This repository provides a tool to quickly create Model Context Protocol (MCP) server projects with zero configuration, leveraging uvx for package management and the MCP Python SDK for server structure.

464
63

MCP Create Server

PyPI License: MIT

Create Model Context Protocol (MCP) server projects with zero build configuration.

Quick Overview

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

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

The tool automates the setup of MCP server projects, eliminating manual dependency management.

Creating a Server

Requires UV >= 0.4.10.

To create a new server, run either command: uvx create-mcp-server (recommended) or install via pip and run create-mcp-server. The tool generates a basic project structure, including README.md, pyproject.toml, and a src directory with essential Python files. After creation, navigate to the project directory, synchronize dependencies using uv sync --dev --all-extras, and start the server with uv run my-server.

Features

  • CLI for project creation
  • Auto-configures Claude Desktop app integration
  • Uses uvx for package management
  • Sets up basic MCP server structure
  • Uses the Model Context Protocol Python SDK

Philosophy

  • Zero Configuration: Automates project setup.
  • Best Practices: Follows Python packaging standards and MCP server patterns.
  • Batteries Included: Provides everything needed to start building an MCP server.

License

Licensed under the MIT License.

Repository

MO
modelcontextprotocol

modelcontextprotocol/create-python-server

Created

November 18, 2024

Updated

March 28, 2025

Language

Python

Category

Developer Tools