MCP Catalogs
Home

mcp-bridgekit vs time

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

mcp-bridgekit
by mkbhardwas12
time
by modelcontextprotocol
Stars★ 60★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit3 mo agothis month

mcp-bridgekit · Summary

A bridge that converts MCP stdio servers to HTTP endpoints with session pooling and background job handling.

time · Summary

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

mcp-bridgekit · Use cases

  • AI chatbot with tool calling capabilities
  • Multi-tenant SaaS platform with customer-specific MCP tools
  • Long-running data processing that exceeds HTTP timeout limits

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-bridgekit · Install

Installation

# Clone & install
git clone https://github.com/mkbhardwas12/mcp-bridgekit.git
cd mcp-bridgekit

# Copy environment config
cp .env.example .env   # edit if needed

# Install (pick one)
uv sync --dev          # recommended
pip install -e ".[dev]" # alternative

# Start Redis (required for job queue)
docker run -d -p 6379:6379 redis:7-alpine

# Start server
uvicorn mcp_bridgekit.app:app --reload

# Start worker
mcp-bridgekit-worker

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.