MCP Catalogs
Home

automcp vs time

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

automcp
by lirantal
time
by modelcontextprotocol
Stars★ 5★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

automcp · Summary

AutoMCP automatically detects your package.json dependencies and configures MCP servers for your coding agents.

time · Summary

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

automcp · Use cases

  • Automatically setting up MCP servers for JavaScript/Node.js projects based on dependencies
  • Maintaining consistent MCP configurations across multiple projects in a team
  • Quickly experimenting with MCP servers for packages in a new project

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

automcp · Install

Installation

Run with npx (no install required):

npx automcp

Or add as a dev dependency:

npm add -D automcp

Usage

# Basic usage
npx automcp

# Preview changes
npx automcp --dry-run

# Include devDependencies
npx automcp --include-dev

# Target specific agent
npx automcp --agent cursor

Configuration

AutoMCP automatically detects agent configuration files:

  • Cursor: .cursor/mcp.json in project directory
  • VS Code: .vscode/mcp.json in project directory

The tool will add GitMCP servers to your existing configuration without overwriting existing entries.

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.