Skip to main content

CLI tool to bootstrap MCP (Model Context Protocol) server projects

Project description

Create MCP App

Command-line tool to scaffold Model Context Protocol (MCP) servers with FastMCP.

Usage

pip install create-mcp-app
create-mcp-app my-project

Project Structure

my-project/
├── my_project/
│   ├── __init__.py
│   └── app.py
├── tests/
├── .github/workflows/
├── Dockerfile
├── requirements.txt
├── setup.py
├── README.md
└── .gitignore

Run

cd my-project
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .


my_project-mcp --transport stdio


my_project-mcp --transport streamable-http --port 8080


docker build -t my-project .
docker run -p 8080:8080 my-project

License

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_app-1.0.1.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

create_mcp_app-1.0.1-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file create_mcp_app-1.0.1.tar.gz.

File metadata

  • Download URL: create_mcp_app-1.0.1.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for create_mcp_app-1.0.1.tar.gz
Algorithm Hash digest
SHA256 144dd6604bf8e4f71370b5fd3fb7d3712e7c8196a6e0b3f6bb32c30a858cffe8
MD5 7bb69852245d2dfa22ef76cc307949cc
BLAKE2b-256 3abd68022dd7ab14ea543d90426479cee5900e29c7f820cb2c0583d68869d196

See more details on using hashes here.

File details

Details for the file create_mcp_app-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: create_mcp_app-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for create_mcp_app-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 02063e2cfbe741b436cf0b4ccc1c26da1670ed6ae2eb78b3341444c9abd1a8dc
MD5 9844a581223e1fb8a2e1cd68acbea73d
BLAKE2b-256 75f02acf1c520fceef52837902383450721e8183304fe38e16bd638a4232f2d5

See more details on using hashes here.

Supported by

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