Token导航 LogoToken导航TokenDH.com
MCP Rocket logo
开发工具stdio官方级别未说明来源级核验

MCP Rocket

MCP Server

一个通过单命令快速初始化Python项目的工具,自动创建项目结构、初始化UV环境、安装依赖并启动VS Code。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
开发工具PythonVS CodeVS Code

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

softchris

提供方

softchris

最后核验

2026/5/17 20:20

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uv run cli.py

详细介绍

mcp-rocket

🐍 Instant project setup with a single command!

Welcome to the most efficient way to bootstrap your Python projects! This one-liner utility automates your entire project setup workflow. 🥊

🚀 What's Inside?

![](./demo.gif)

🛠️ cli.py` - The Project Wizard

A magical project setup tool that:

  • 🎯 Creates a new Python project structure
  • ⚡ Initializes UV environment automatically
  • 📦 Installs MCP dependencies
  • 🚀 Launches VS Code in your new project
  • 🎨 Features awesome ASCII rocket art!

⚡ Prerequisites

You'll need UV (the lightning-fast Python package manager) installed:

# Install UV if you haven't already
curl -LsSf https://astral.sh/uv/install.sh | sh

🎮 How to Run

Execute the script with UV for maximum speed and compatibility:

# Create a new project with style
uv run cli.py

🎉 Pro Tips

  • Lightning Fast: UV makes this script start almost instantly
  • Cross-Platform: Works on Windows, macOS, and Linux
  • Beginner-Friendly: Perfect for Python newcomers and experts alike
  • Full Automation: From project creation to IDE launch in seconds

🌟 Why This One-Liner?

Sometimes the best solutions are the simplest ones! This script proves that you don't need hundreds of lines of code to be productive. It's:

  • Fast to write
  • 🔍 Easy to understand
  • 🚀 Quick to execute
  • 🛠️ Highly practical

🤝 Contributing

Have improvements for this project wizard? We'd love to see them! Feel free to enhance this productivity booster.

📜 License

Do whatever you want with this! Copy it, modify it, share it, tattoo it on your arm – it's yours to use! 🎁


Happy coding! 🎉 Remember: Sometimes the best code is the shortest code! ⚡

目录标签

目录标签

开发工具PythonVS CodePython工具本地部署项目初始化开发效率自动化工具UV环境

支持客户端

VS Code

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP