Skip to content

Installation

Requirements

  • Python 3.10 or higher
  • Docker (for containerized deployment)
  • Git

Install from PyPI

pip install mcp-templates

Installation Methods

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.