MCP Catalogs
Home

mcp-node-omnibus-server vs time

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

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

mcp-node-omnibus-server · Summary

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

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

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"]
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.