Installation¶
Requirements¶
- Python 3.10 or higher
- Docker (for containerized deployment)
- Git
Install from PyPI¶
Installation Methods¶
Option 1: Install from PyPI (Recommended)¶
The simplest way to install MCP Server Templates is directly from PyPI:
# Install the latest stable version
pip install mcp-templates
# Verify installation
mcp-template --version
Benefits: - ✅ Latest stable release - ✅ Automatic dependency management - ✅ Works across all platforms - ✅ No need to clone the repository
Option 2: From Source (Development)¶
For development or to get the latest features:
# Clone the repository
git clone https://github.com/Data-Everything/mcp-server-templates
cd mcp-server-templates
# Install in development mode
pip install -e .
## Verify Installation
```bash
mcp-template --version
mcp-template list
You should see the available templates listed.