python-base-mcp-server
by tjmaynes
A cookiecutter template for quickly bootstrapping a Python-based MCP server. It allows developers to easily create a basic MCP server using Python.
View on GitHub
Last updated: N/A
python-base-mcp-server
A cookiecutter template for quickly bootstrapping a Python-based MCP server.
Requirements
Usage
To install this cookiecutter
template, run the following command:
pip install pipx
pipx run cookiecutter gh:tjmaynes/python-base-mcp-server
Or:
python -m pip install --user cookiecutter
cookiecutter gh:tjmaynes/python-base-mcp-server