Skip to main content

Create an MCP server project from a template.

Project description

MCP Create Server

PyPI License: MIT

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

Quick Overview

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

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

You don't need to install or configure any dependencies manually. The tool will set up everything you need to create an MCP server.

Creating a Server

You'll need to have UV >= 0.4.10 installed on your machine.

To create a new server, run either of these commands:

Using uvx (recommended)

uvx create-mcp-server

Using pip

pip install create-mcp-server
create-mcp-server

It will walk you through creating a new MCP server project. When complete, you'll have a new directory with this structure:

my-server/
├── README.md
├── pyproject.toml
└── src/
    └── my_server/
        ├── __init__.py
        ├── __main__.py
        └── server.py

No configuration or complicated folder structures, only the files you need to run your server.

Once installation is done, you can start the server:

cd my-server
uv sync --dev --all-extras
uv run my-server

Features

  • Simple command-line interface for creating new projects
  • Auto-configures Claude Desktop app integration when available
  • Uses uvx for fast, reliable package management and project creation
  • Sets up basic MCP server structure
  • Uses the Model Context Protocol Python SDK for the server project

Philosophy

  • Zero Configuration: No need to manually set up project structure or dependencies.
  • Best Practices: Follows Python packaging standards and MCP server patterns.
  • Batteries Included: Comes with everything needed to start building an MCP server.

License

Create MCP Server is open source software licensed as MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create_mcp_server-0.1.0.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

create_mcp_server-0.1.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file create_mcp_server-0.1.0.tar.gz.

File metadata

  • Download URL: create_mcp_server-0.1.0.tar.gz
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.4.18

File hashes

Hashes for create_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 fd2d51925ff874a4e770124327e19c7ef1287b97450f1aefe0c85e0d0b87cc5b
MD5 2b7feacd73ffbda4ac01b6f1d41c921d
BLAKE2b-256 b841de6c7c8c308f8704e22eaacd4cf1b10c7c00a84c90d1e72c20d6a02e9279

See more details on using hashes here.

File details

Details for the file create_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for create_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f6a6d7e4f9c750dad0aa4e864ca3978813ce039db3b6306c968ef33f490b220
MD5 801e92da3a33443d0294f000236d3d0f
BLAKE2b-256 9e0b70dc2b598b4b04d94837d1547b1e436878e0db7972e84ae05627e6fcb68b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page