MCP Catalogs
Home

kafka-mcp-server vs time

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

kafka-mcp-server
by Joel-hanson
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
DatabaseDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit12 mo agothis month

kafka-mcp-server · Summary

A MCP server enabling Kafka interaction with tools for topic management and message operations.

time · Summary

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

kafka-mcp-server · Use cases

  • Managing Kafka topics through AI assistants
  • Automating topic lifecycle operations
  • Monitoring topic configuration and health

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

kafka-mcp-server · Install

Installation

  1. Clone the repository:
git clone https://github.com/joel-hanson/kafka-mcp-server.git
cd kafka-mcp-server
  1. Setup Python environment:
conda create -n kafka-mcp python=3.10 -y
conda activate kafka-mcp
pip install -r requirements.txt
  1. Configure Claude Desktop:

Add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "kafka": {
      "command": "python",
      "args": ["/path/to/server.py"]
    }
  }
}

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.