Node Omnibus MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
create-projectGuide through creating a new Node.js project with best practices
analyze-codeAnalyze code for potential improvements and best practices
generate-componentGenerate a React component with TypeScript support
git-commitGenerate a descriptive Git commit message
debug-errorGet suggestions for debugging a Node.js error

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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