Back to Home
my-mcp-hub icon

mcp-kit

Verified Safe

by my-mcp-hub

Overview

A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.

Installation

Run Command
npm create mcp-kit@latest

Security Notes

The codebase uses `node:child_process.spawn` to execute `npm install` within newly created project directories, which is standard practice for scaffolding tools that need to install dependencies defined in their templates. File system operations (`cp`, `mkdir`, `readdir`, `rename`, `rmdir`, `stat`, `unlink`, `writeFile`, `readFile`) are also confined to creating projects from trusted templates. There are no indications of 'eval', code obfuscation, or arbitrary code execution from user input. The tool itself does not expose network services, though the projects it generates can have HTTP/SSE transports. No hardcoded secrets were found.

Similar Servers

Stats

Interest Score55
Security Score8
Cost ClassLow
Stars96
Forks1
Last Update2026-01-19

Tags

CLIProject ScaffoldingTypeScriptModel Context ProtocolAI Development