Back to Home
AnnieBabs icon

Create-MCP

Verified Safe

by AnnieBabs

Overview

Generates Model Context Protocol (MCP) server projects through a command-line interface.

Installation

Run Command
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

Stats

Interest Score34
Security Score8
Cost ClassLow
Stars4
Forks0
Last Update2026-01-19

Tags

CLIMCPServer GeneratorTypeScriptAI Integration