MCP_CLI
Verified Safeby romeoscript
Overview
Scaffolds Model Context Protocol (MCP) servers quickly with TypeScript or JavaScript, including example tools and resources.
Installation
npx mcp-scaffold create my-serverSecurity Notes
The CLI itself does not expose network services or handle sensitive data beyond project creation metadata. It uses standard file system operations (fs-extra) and input sanitization for project names. The generated server code (from templates) does initialize an HTTP server on port 6000, which is standard for an MCP server, but the CLI toolkit itself is not responsible for securing the generated server's deployment. No 'eval' or obvious malicious patterns found in the CLI's source.
Similar Servers
fastmcp
Build Model Context Protocol (MCP) servers in TypeScript with features like session management, authentication (including OAuth), streaming, and type-safe tool/resource/prompt definitions.
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.
mcp-typescript-template
This server acts as a template for building remote Model Context Protocol (MCP) servers using TypeScript, handling MCP tool registration and session management over HTTP.