MCP Catalogs
Home

mcp-node-omnibus-server vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

mcp-node-omnibus-server
by bsmi021
filesystem
by modelcontextprotocol
Stars★ 9★ 85,748
30d uses
Score3577
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
File SystemDeveloper ToolsProductivity
LanguageJavaScriptTypeScript
Last commit14 mo agothis month

mcp-node-omnibus-server · Summary

A comprehensive MCP server providing Node.js development tooling and automation capabilities.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

mcp-node-omnibus-server · Use cases

  • Automating the setup of new Node.js projects with specific configurations
  • Generating React components with TypeScript support and documentation
  • Creating project documentation and API specifications

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

mcp-node-omnibus-server · Install

Installation via Smithery

To install Node Omnibus Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@bsmi021/mcp-node-omnibus-server):

npx -y @smithery/cli install @bsmi021/mcp-node-omnibus-server --client claude

Manual Installation

  1. Clone the repository
  2. Install dependencies:
npm install

Starting the Server

npm start

Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "node-omnibus": {
      "command": "node",
      "args": ["path/to/node-omnibus-server/dist/index.js"]
    }
  }
}

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.