mcp-node-omnibus-server
A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities.
Documentation
Node Omnibus MCP Server
A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities.
Features
Project Management
- Project Creation: Scaffold new projects with built-in support for:
- React
- Next.js
- Express
- Fastify
- Plain Node.js
- TypeScript Integration: Automatic TypeScript configuration and setup
- Package Management: Smart dependency installation and version management
Component Generation
- Create React components (functional or class-based)
- TypeScript interfaces generation
- Automatic prop types definition
- Component documentation generation
Configuration Management
- TypeScript configuration management
- NPM script management
- Package.json updates
- Environment setup
Documentation
- Project README generation
- API documentation
- Component documentation
- TypeScript type definitions documentation
AI-Powered Assistance
- Project creation guidance
- Code analysis and improvements
- Component generation assistance
- Git commit message suggestions
- Error debugging assistance
Installation
Installing via Smithery
To install Node Omnibus Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @bsmi021/mcp-node-omnibus-server --client claude1. Clone the repository
2. Install dependencies:
npm installUsage
The server operates using the Model Context Protocol over stdio. It can be integrated with any MCP-compatible client.
Starting the Server
npm startAvailable Tools
1. `create_project`
{
name: string;
type: 'react' | 'node' | 'next' | 'express' | 'fastify';
path: string;
typescript?: boolean;
}2. `install_packages`
{
packages: string[];
path: string;
dev?: boolean;
}3. `generate_component`
{
name: string;
path: string;
type: 'functional' | 'class';
props?: Record;
}4. `create_type_definition`
{
name: string;
path: string;
properties: Record;
}5. `add_script`
{
path: string;
name: string;
command: string;
}6. `update_tsconfig`
{
path: string;
options: Record;
}7. `create_documentation`
{
path: string;
type: 'readme' | 'api' | 'component';
name?: string;
}Available Prompts
1. `create-project`
{
projectType: string; // react, node, next, express, fastify
features?: string; // comma-separated list of features
}2. `analyze-code`
{
code: string;
language: string;
}3. `generate-component`
{
name: string;
type: string; // functional or class
}4. `git-commit`
{
changes: string; // Git diff or description of changes
}5. `debug-error`
{
error: string; // Error message or stack trace
}Project Structure
node-omnibus-server/
├── src/
│ └── index.ts # Main server implementation
├── dist/ # Compiled JavaScript
├── node_modules/ # Dependencies
├── package.json # Project configuration
└── tsconfig.json # TypeScript configurationDevelopment
Building
npm run buildRunning Tests
npm testDevelopment Mode
npm run devIntegration
VSCode Configuration
Add to your VSCode settings:
{
"mcpServers": {
"node-omnibus": {
"command": "node",
"args": ["path/to/node-omnibus-server/dist/index.js"]
}
}
}Client Usage Example
const client = new McpClient();
await client.connect(transport);
// Create a new React project
const result = await client.callTool('create_project', {
name: 'my-app',
type: 'react',
path: './projects',
typescript: true
});
// Use AI assistance for project setup
const guidance = await client.getPrompt('create-project', {
projectType: 'react',
features: 'typescript,testing,docker'
});Contributing
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Submit a pull request
License
MIT License - See LICENSE file for details
Requirements
- Node.js >= 14.x
- npm >= 6.x
- TypeScript >= 4.x
Dependencies
- @modelcontextprotocol/sdk
- axios
- typescript (dev)
Frequently asked questions
What is mcp-node-omnibus-server?
mcp-node-omnibus-server is A comprehensive Model Context Protocol (MCP) server that provides advanced Node.js development tooling and automation capabilities.
How do I install mcp-node-omnibus-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-node-omnibus-server open source?
Yes — it is hosted on GitHub at https://github.com/bsmi021/mcp-node-omnibus-server and has 9 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
This is a 12306 ticket search server based on the Model Context Protocol (MCP).
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
Testing and evaluation platform to chat, inspect, and debug MCP servers, MCP apps, and ChatGPT apps.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP