Legacy Python CLI for deploying and managing MCP server templates through Docker or a mock backend.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Templates.
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.
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 templatesmcpt deploy demo to start a deploymentmcpt logs demo to inspect outputmcpt stop demo to stop a deploymentmcpt create my-template to generate a template scaffoldThe 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.
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.
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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/data-everything-mcp-server-templates)<a href="https://allmcps.com/mcp/data-everything-mcp-server-templates"><img src="https://allmcps.com/api/badge/data-everything-mcp-server-templates?style=directory" alt="MCP Server Templates on AllMCPs" /></a>