Node Omnibus MCP Server
JSON →An MCP server providing advanced Node.js development tooling and automation.
Install
npx -y @smithery/cli Tools · 7
- create_project Creates a new project of specified type (react, node, next, express, fastify) at given path with optional TypeScript support.
- install_packages Installs npm packages at specified path, optionally as dev dependencies.
- generate_component Generates a React component (functional or class) with optional props at specified path.
- create_type_definition Creates a TypeScript type definition with specified properties at given path.
- add_script Adds a script entry to package.json at specified path.
- update_tsconfig Updates tsconfig.json with specified compiler options at given path.
- create_documentation Creates documentation file (readme, api, or component) at specified path.
Links
★ 9 GitHub stars