# Data-Everything/mcp-server-templates [Health: Active]

**Category:** 🔗 Aggregators  
**Repository:** https://github.com/Data-Everything/mcp-server-templates  
**GitHub Stars:** 21  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/data-everything-mcp-server-templates

## Description
One server. All tools. A unified MCP platform that connects many apps, tools, and services behind one powerful interface—ideal for local devs or production agents.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "mcp-server-templates": {
    "command": "uvx",
    "args": ["mcp-platform"]
  }
}
```

## Documentation

## What Data-Everything/mcp-server-templates MCP server does

Data-Everything/mcp-server-templates MCP server packages a collection of deployable MCP server templates behind the `mcpt` command. The legacy project is intended to reduce the setup work involved in running MCP servers: users select a template, provide configuration, and let the deployment manager start the selected backend.

The repository lists templates for a demo server, secure filesystem operations, GitHub, GitLab, and Zendesk. Their documented transports vary: the demo and Zendesk templates support HTTP and stdio, while the filesystem, GitHub, and GitLab entries use stdio. The project is therefore a deployment layer and template catalog, rather than one fixed application-specific API server.

## How it works

The CLI passes a selected template through a deployment manager, which uses a backend such as Docker to create a container instance. A mock backend is also documented for local template testing. Template discovery identifies available definitions and can display the tools exposed by a deployed server.

Configuration is applied in a defined sequence: template defaults, configuration files, CLI options, and environment variables. JSON and YAML configuration are supported, and nested values can be overridden from the command line. The project also documents a six-hour template cache with automatic invalidation.

Typical lifecycle commands include:

- `mcpt list` to view templates
- `mcpt deploy demo` to start a deployment
- `mcpt logs demo` to inspect output
- `mcpt stop demo` to stop a deployment
- `mcpt create my-template` to generate a template scaffold

## Setup and configuration

The legacy package is installed from PyPI with `pip install mcp-templates`. A Docker image is also documented, and source installation uses the repository requirements file. The quick-start flow lists templates, deploys the `demo` template, and then shows its logs; the example endpoint is `http://localhost:8080`.

Template-specific values can be supplied with repeated `--config` options, a JSON configuration file, or `--override` values. For example, the filesystem template accepts an allowed directory, while the GitLab example uses a token, a read-only setting, and a selected transport. Sensitive settings can be mapped to environment variables through a template configuration schema.

## Tools and capabilities

Data-Everything/mcp-server-templates MCP server provides operational capabilities through its CLI rather than presenting one documented, fixed tool list. Supported workflows include template discovery, deployment, log viewing, stopping deployments, configuration overrides, and template generation. The project also describes automatic tool discovery for deployed servers and supports HTTP or stdio where the selected template declares those transports.

Developers can create a template with `mcpt create`, define its metadata and configuration schema, and test it with the mock backend. Template definitions can specify a Docker image, default and supported transports, configuration properties, environment mappings, and sensitive fields.

## Limitations and notes

Data-Everything/mcp-server-templates MCP server has been renamed and moved to MCP Platform. The repository identifies the old package and `mcpt` command as legacy, with maintenance-mode status and security updates described only through 2025. The documented migration replaces `mcp-templates` with `mcp-platform` and `mcpt` with `mcpp`; existing configurations and deployment workflows are stated to remain compatible.

The supplied material does not document direct compatibility with specific MCP desktop clients, authentication for the deployment CLI, or a complete inventory of all templates. Docker deployment may require Docker-specific host permissions, while the mock backend is intended for testing rather than normal deployment.

_Full upstream README: https://allmcps.com/mcp/data-everything-mcp-server-templates/readme_

