Skip to main content
Glama

Sumanshu Arora

installation.md943 B
# Installation ## Requirements - Python 3.10 or higher - Docker (for containerized deployment) - Git ## Install from PyPI ```bash pip install mcp-templates ``` ## Installation Methods ### Option 1: Install from PyPI (Recommended) The simplest way to install MCP Server Templates is directly from PyPI: ```bash # Install the latest stable version pip install mcp-templates # Verify installation mcpt --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: ```bash # 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 mcpt --version mcpt list ``` You should see the available templates listed.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Data-Everything/mcp-server-templates'

If you have feedback or need assistance with the MCP directory API, please join our Discord server