MCP Catalogs
Home

mcp_chatbot vs time

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

mcp_chatbot
by keli-wen
time
by modelcontextprotocol
Stars★ 247★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit10 mo agothis month

mcp_chatbot · Summary

A Python chatbot implementation compatible with MCP, supporting terminal and Streamlit interfaces with customizable LLM integration.

time · Summary

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

mcp_chatbot · Use cases

  • Building chatbot applications with MCP tool integration capabilities
  • Creating interactive terminal interfaces with LLM and MCP tool support
  • Developing web-based chatbots with real-time streaming responses and tool visualization

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

Installation

  1. Clone the repository:
git clone git@github.com:keli-wen/mcp_chatbot.git
cd mcp_chatbot
  1. Set up virtual environment and install dependencies:
pip install uv
uv venv .venv --python=3.10
source .venv/bin/activate  # or .venv\Scripts\activate for Windows
uv pip install -r requirements.txt
  1. Configure environment:
cp .env.example .env
# Edit .env with your API keys and paths
  1. Configure MCP servers in mcp_servers/servers_config.json

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_chatbot": {
      "command": "python",
      "args": ["-m", "mcp_chatbot.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.