
Node Omnibus MCP Server
一个综合性的模型上下文协议服务器,提供先进的 Node.js 开发工具,用于自动化项目创建、组件生成、包管理和文档编写,并提供人工智能驱动的辅助功能。
Tools
create_project
Create a new Node.js project with enhanced configuration
install_packages
Install npm packages with version management
generate_component
Generate a new React component with TypeScript support
create_type_definition
Create TypeScript type definitions or interfaces
add_script
Add a new npm script to package.json
update_tsconfig
Update TypeScript configuration
create_documentation
Generate project documentation
README
Node Omnibus MCP 服务器
一个综合性的模型上下文协议 (MCP) 服务器,提供高级 Node.js 开发工具和自动化功能。
功能
项目管理
- 项目创建: 搭建新项目,内置支持:
- React
- Next.js
- Express
- Fastify
- 纯 Node.js
- TypeScript 集成: 自动 TypeScript 配置和设置
- 包管理: 智能依赖安装和版本管理
组件生成
- 创建 React 组件(函数式或基于类)
- TypeScript 接口生成
- 自动 prop types 定义
- 组件文档生成
配置管理
- TypeScript 配置管理
- NPM 脚本管理
- Package.json 更新
- 环境变量设置
文档
- 项目 README 生成
- API 文档
- 组件文档
- TypeScript 类型定义文档
AI 驱动的辅助
- 项目创建指导
- 代码分析和改进
- 组件生成辅助
- Git 提交消息建议
- 错误调试辅助
安装
通过 Smithery 安装
要通过 Smithery 为 Claude Desktop 自动安装 Node Omnibus Server:
npx -y @smithery/cli install @bsmi021/mcp-node-omnibus-server --client claude
- 克隆存储库
- 安装依赖项:
npm install
用法
该服务器使用基于 stdio 的模型上下文协议运行。 它可以与任何 MCP 兼容的客户端集成。
启动服务器
npm start
可用工具
-
create_project
{ name: string; type: 'react' | 'node' | 'next' | 'express' | 'fastify'; path: string; typescript?: boolean; }
-
install_packages
{ packages: string[]; path: string; dev?: boolean; }
-
generate_component
{ name: string; path: string; type: 'functional' | 'class'; props?: Record<string, string>; }
-
create_type_definition
{ name: string; path: string; properties: Record<string, string>; }
-
add_script
{ path: string; name: string; command: string; }
-
update_tsconfig
{ path: string; options: Record<string, unknown>; }
-
create_documentation
{ path: string; type: 'readme' | 'api' | 'component'; name?: string; }
可用提示
-
create-project
{ projectType: string; // react, node, next, express, fastify features?: string; // 逗号分隔的功能列表 }
-
analyze-code
{ code: string; language: string; }
-
generate-component
{ name: string; type: string; // functional or class }
-
git-commit
{ changes: string; // Git diff 或更改描述 }
-
debug-error
{ error: string; // 错误消息或堆栈跟踪 }
项目结构
node-omnibus-server/
├── src/
│ └── index.ts # 主要服务器实现
├── dist/ # 编译后的 JavaScript
├── node_modules/ # 依赖项
├── package.json # 项目配置
└── tsconfig.json # TypeScript 配置
开发
构建
npm run build
运行测试
npm test
开发模式
npm run dev
集成
VSCode 配置
添加到您的 VSCode 设置:
{
"mcpServers": {
"node-omnibus": {
"command": "node",
"args": ["path/to/node-omnibus-server/dist/index.js"]
}
}
}
客户端使用示例
const client = new McpClient();
await client.connect(transport);
// 创建一个新的 React 项目
const result = await client.callTool('create_project', {
name: 'my-app',
type: 'react',
path: './projects',
typescript: true
});
// 使用 AI 辅助进行项目设置
const guidance = await client.getPrompt('create-project', {
projectType: 'react',
features: 'typescript,testing,docker'
});
贡献
- Fork 存储库
- 创建一个功能分支
- 进行更改
- 提交 pull request
许可证
MIT 许可证 - 有关详细信息,请参见 LICENSE 文件
要求
- Node.js >= 14.x
- npm >= 6.x
- TypeScript >= 4.x
依赖项
- @modelcontextprotocol/sdk
- axios
- typescript (dev)
推荐服务器
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
MCP Package Docs Server
促进大型语言模型高效访问和获取 Go、Python 和 NPM 包的结构化文档,通过多语言支持和性能优化来增强软件开发。
Claude Code MCP
一个实现了 Claude Code 作为模型上下文协议(Model Context Protocol, MCP)服务器的方案,它可以通过标准化的 MCP 接口来使用 Claude 的软件工程能力(代码生成、编辑、审查和文件操作)。
@kazuph/mcp-taskmanager
用于任务管理的模型上下文协议服务器。它允许 Claude Desktop(或任何 MCP 客户端)在基于队列的系统中管理和执行任务。
mermaid-mcp-server
一个模型上下文协议 (MCP) 服务器,用于将 Mermaid 图表转换为 PNG 图像。
Jira-Context-MCP
MCP 服务器向 AI 编码助手(如 Cursor)提供 Jira 工单信息。

Linear MCP Server
一个模型上下文协议(Model Context Protocol)服务器,它与 Linear 的问题跟踪系统集成,允许大型语言模型(LLM)通过自然语言交互来创建、更新、搜索和评论 Linear 问题。

Sequential Thinking MCP Server
这个服务器通过将复杂问题分解为顺序步骤来促进结构化的问题解决,支持修订,并通过完整的 MCP 集成来实现多条解决方案路径。
Curri MCP Server
通过管理文本笔记、提供笔记创建工具以及使用结构化提示生成摘要,从而实现与 Curri API 的交互。