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.
基本情報
設定
以下の設定を使って、このサーバーを 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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント