Back to Home
AnnieBabs icon

Create-MCP

Verified Safe

by AnnieBabs

Overview

Effortlessly generate production-ready Model Context Protocol (MCP) servers, including options for AI integration and various component types.

Installation

Run Command
npx create-mcp my-server

Security 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

Stats

Interest Score30
Security Score8
Cost ClassLow
Stars1
Forks0
Last Update2025-12-11

Tags

CLIGeneratorMCPAI IntegrationServer Scaffolding