Gen Mcp
@lecepin
About Gen Mcp
Generate mcp server scaffolding
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gen-mcp": {
"command": "npx",
"args": [
"gen-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Gen Mcp?
Gen Mcp是一个简单易用的MCP CLI脚手架工具,帮助开发者快速创建MCP服务项目,尤其对TypeScript用户更加友好。
How to use Gen Mcp?
通过npm全局安装(npm install -g gen-mcp)或直接使用npx(npx gen-mcp)运行,然后按照交互提示选择模板(Stdio或SSE)、指定安装路径并输入包名,工具会自动创建项目并给出后续指引。可使用npm run inspector启动调试,或配置Cursor/Claude的MCP JSON文件。
Key features of Gen Mcp
- 支持SSE和Stdio两种传输方式
- 提供完整TypeScript支持
- 内置笔记应用示例展示核心功能
- 简单直观的命令行交互
- 模板自动生成项目结构
- 集成MCP Inspector调试工具
Use cases of Gen Mcp
- 快速搭建与Claude CLI集成的命令行MCP服务
- 快速搭建与网页版Claude集成的Web MCP服务
- 学习MCP三大核心功能(资源、工具、提示)
- 作为TypeScript MCP项目的最佳实践参考
FAQ from Gen Mcp
Why choose Gen Mcp over other scaffolding tools?
因为社区缺乏好用的MCP脚手架,许多现有工具不完善或已停止维护。
What transport protocols does Gen Mcp support?
支持两种主流传输方式:SSE(Server-Sent Events)和Stdio(标准输入/输出)。
How to debug a project created by Gen Mcp?
每个模板都可通过npm run inspector启动MCP Inspector查看资源、工具和提示的执行情况;SSE模板还提供npm run dev开发模式,监听文件变化并自动重启服务。
How to integrate the MCP service with Cursor or Claude?
根据传输类型配置相应JSON文件:CLI模式配置command和args,SSE模式配置url。Cursor位置为~/.cursor/mcp.json,Claude位置为`~/Library/Application Support/Claude/claude_desktop_config
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments