MCP Catalogs
Home

boltmcp vs time

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

boltmcp
by boltmcp
time
by modelcontextprotocol
Stars★ 350★ 85,748
30d uses
Score5077
Official
Categories
Ops & InfraDeveloper ToolsSecurity
ProductivityDeveloper ToolsCommunication
LanguageShellTypeScript
Last committhis monththis month

boltmcp · Summary

BoltMCP is an enterprise-grade platform for creating and managing custom MCP servers on-premises with OAuth 2 security.

time · Summary

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

boltmcp · Use cases

  • Deploying MCP servers in enterprise environments with on-premises data
  • Creating custom tool integrations with multiple upstream APIs
  • Building secure MCP servers with OAuth 2 authentication

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

boltmcp · Install

Installation

Testing locally with Docker Compose

cd docker-compose
docker-compose up -d

Deploying to production with Helm

helm install boltmcp ./helm-chart

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "boltmcp": {
      "command": "docker",
      "args": ["run", "-it", "boltmcp/server"]
    }
  }
}

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.