Back to Home
krkrkrr icon

Create-MCP-server

Verified Safe

by krkrkrr

Overview

A command-line interface tool for quickly scaffolding new MCP server projects using Python and fastmcp.

Installation

Run Command
uvx --from git+https://github.com/krkrkrr/Create-MCP-server create-mcp-server create

Security Notes

The code primarily involves file generation and templating. It uses Jinja2 for rendering templates and standard Python libraries for file system operations. The `sanitize_package_name` function safely converts user input for Python package names, mitigating risks from malformed inputs. There's no use of 'eval' or other highly dangerous dynamic execution methods. The primary 'risk' is if the embedded templates themselves were malicious, but they are part of the repository and not user-supplied. No hardcoded secrets or direct network attack vectors were identified within the scaffolding tool's source.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

CLIProject ScaffoldingPythonMCP ServerDevelopment Tool