mcp-kit
Verified Safeby my-mcp-hub
Overview
A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.
Installation
npm create mcp-kit@latestSecurity 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
mcp-use
A comprehensive framework for building full-stack Model Context Protocol (MCP) applications, including AI agents, MCP servers with UI widgets, and integrated debugging tools in both Python and TypeScript.
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-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
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.