MCP Catalogs
Home

openedu-mcp vs time

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

openedu-mcp
by Cicatriiz
time
by modelcontextprotocol
Stars★ 8★ 85,748
30d uses
Score3877
Official
Categories
educationAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit12 mo agothis month

openedu-mcp · Summary

OpenEdu MCP Server provides educational resources and curriculum planning tools integrating OpenLibrary, Wikipedia, Dictionary, and arXiv APIs with grade-level filtering.

time · Summary

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

openedu-mcp · Use cases

  • Teachers creating lesson plans with age-appropriate resources from multiple educational sources
  • Students finding research materials and explanations tailored to their grade level
  • Educational developers creating applications that need curriculum-aligned content

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

openedu-mcp · Install

Installation

  1. **Clone the repository:**
git clone https://github.com/Cicatriiz/openedu-mcp.git
cd openedu-mcp
  1. **Install dependencies:**
pip install -r requirements.txt
  1. **Set up configuration:**
cp .env.example .env
# Edit .env with your preferred settings if needed
  1. **Run the server:**
python -m src.main

Claude Desktop Integration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openedu": {
      "command": "python",
      "args": ["-m", "src.main"],
      "cwd": "${your_project_path}/openedu-mcp"
    }
  }
}

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.