Create-MCP
Verified Safeby AnnieBabs
Overview
Generates Model Context Protocol (MCP) server projects through a command-line interface.
Installation
npx create-mcp <project-name>Security Notes
The tool utilizes `execSync` and `spawn` to run package manager commands, a common practice for CLI generators but one that carries inherent risks if not rigorously controlled. Robust input validation is applied to project and component names, effectively mitigating direct command injection vulnerabilities. No hardcoded secrets or overt malicious patterns were detected in the provided source code. The use of `shell: true` with `spawn` on Windows is noted, which is a standard but slightly higher-risk execution method compared to non-shell alternatives.
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
mcp-kit
A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.
template-mcp-server
Provides a CLI tool and template to quickly get started building a Model Context Protocol (MCP) server using FastMCP, supporting both stdio and HTTP transports.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.