MCP.so
登录

Node Omnibus MCP Server

@bsmi021

关于 Node Omnibus MCP Server

A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

bsmi021

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-node-omnibus-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@bsmi021/mcp-node-omnibus-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Node Omnibus MCP Server?

A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities. It integrates with any MCP-compatible client over stdio and is designed for developers working with Node.js frameworks like React, Next.js, Express, and Fastify.

How to use Node Omnibus MCP Server?

Install via Smithery or clone the repository and run npm install. Start the server with npm start. Add the server to an MCP-compatible client by specifying its command and path; for VSCode, configure it in settings under mcpServers.node-omnibus.

Key features of Node Omnibus MCP Server

  • Project scaffolding for React, Next.js, Express, Fastify, and plain Node.js
  • Automatic TypeScript configuration and setup
  • Component generation (functional or class) with prop types and documentation
  • Package management: smart installation and version management
  • Documentation generation: README, API, and component docs
  • AI-powered assistance: project guidance, code analysis, commit messages, error debugging

Use cases of Node Omnibus MCP Server

  • Quickly scaffold a new React or Next.js project with TypeScript enabled
  • Generate reusable React components and their TypeScript type definitions
  • Manage package installation and npm scripts across projects
  • Create project documentation and API docs automatically
  • Use AI prompts to analyze code, suggest commits, or debug errors

FAQ from Node Omnibus MCP Server

What runtime and dependencies are required?

Node.js >= 14.x, npm >= 6.x, and TypeScript >= 4.x are required. The server depends on @modelcontextprotocol/sdk, axios, and typescript.

How do I integrate the server with VSCode?

Add a mcpServers entry in your VSCode settings pointing to the compiled dist/index.js file, for example: {"mcpServers": {"node-omnibus": {"command": "node", "args": ["path/to/dist/index.js"]}}}.

What tools does the server expose?

Tools include create_project, install_packages, generate_component, create_type_definition, add_script, update_tsconfig, and create_documentation.

What prompts are available?

The server provides prompts for create-project, analyze-code, generate-component, git-commit, and debug-error.

Does the server handle data storage or authentication?

The README does not mention any database, external storage, or authentication mechanisms; it operates locally via stdio and file system access.

评论

其他 分类下的更多 MCP 服务器