MCP Catalogs
Home

1xn-vmcp vs time

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

1xn-vmcp
by 1xn-labs
time
by modelcontextprotocol
Stars★ 49★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit5 mo agothis month

1xn-vmcp · Summary

vMCP is a virtual MCP server platform that combines multiple MCP servers into a unified endpoint with customization capabilities.

time · Summary

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

1xn-vmcp · Use cases

  • Combining multiple MCP servers into a unified endpoint for AI workflows
  • Customizing and extending MCP tools with personalized prompts and arguments
  • Managing authentication across different AI clients (Claude, ChatGPT, VSCode)

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

1xn-vmcp · Install

Installation

Using uv (recommended):

uvx --from 1xn-vmcp@latest vmcp run

Using pip:

pip install 1xn-vmcp
vmcp run

Using Docker:

docker pull onexn/vmcp:latest
docker run -it onexn/vmcp:latest vmcp run

Claude Desktop Configuration

Add to Claude Desktop's config.json:

{
  "mcpServers": {
    "vmcp": {
      "command": "uvx",
      "args": ["--from", "1xn-vmcp@latest", "vmcp", "run"]
    }
  }
}

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.