Create-MCP
Verified Safeby AnnieBabs
Overview
Effortlessly generate production-ready Model Context Protocol (MCP) servers, including options for AI integration and various component types.
Installation
npx create-mcp my-serverSecurity Notes
The CLI tool uses `child_process.execSync` for dependency installation and network reachability checks (`ping`). While `execSync` carries inherent risks, the inputs are largely controlled (package manager from environment/user choice, predefined dependencies) or benign (pinging a fixed host). Project and component names undergo validation, mitigating command injection risks for user-provided input. No direct use of `eval` or obvious hardcoded secrets were found.
Similar Servers
mcpm.sh
Centralized management for Model Context Protocol (MCP) servers, including discovery, installation, execution, and sharing, with client integration and usage analytics.
cli
The Smithery CLI installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
mcp-kit
A CLI tool for scaffolding Model Context Protocol (MCP) applications, either as servers providing tools, resources, and prompts, or clients consuming them.
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.