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 | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | educationAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this 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
- **Clone the repository:**
git clone https://github.com/Cicatriiz/openedu-mcp.git
cd openedu-mcp- **Install dependencies:**
pip install -r requirements.txt- **Set up configuration:**
cp .env.example .env
# Edit .env with your preferred settings if needed- **Run the server:**
python -m src.mainClaude 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"]
}
}
}