MCP Catalogs
Home

time vs node9-proxy

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

time
by modelcontextprotocol
node9-proxy
by node9-ai
Stars★ 85,748★ 180
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

node9-proxy · Summary

Node9 is an execution security layer for AI agents that provides governance, monitoring, and audit logging through MCP integration.

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

node9-proxy · Use cases

  • Monitor and govern AI agent behavior to prevent unauthorized access to credentials or sensitive data
  • Provide real-time blocking of dangerous commands like 'rm -rf', 'DROP TABLE', or force git pushes
  • Audit and review AI agent activities over time windows to analyze patterns, costs, and potential security issues

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

node9-proxy · Install

Install via npm or Homebrew:

# npm (any platform)
npm install -g node9-ai

# macOS / Linux
brew tap node9-ai/node9 && brew install node9

Initialize with:

node9 init     # auto-wires Claude Code, Gemini CLI, Cursor, Codex, MCP servers
node9 doctor   # verify everything is wired correctly

For Claude Desktop MCP integration:

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