MCP Catalogs
Home

student-services-mcp vs time

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

student-services-mcp
by EdyVision
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3177
Official
Categories
AI / LLM ToolseducationProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit8 mo agothis month

student-services-mcp · Summary

A FastAPI-based MCP server for student services management with academic planning, financial aid, and dropout risk prediction.

time · Summary

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

student-services-mcp · Use cases

  • Educational institutions managing student records and academic planning
  • Administrators analyzing dropout risks and identifying at-risk students
  • Financial aid offices determining student eligibility

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

student-services-mcp · Install

Installation

Prerequisites

  • Python 3.13+
  • [uv](https://github.com/astral-sh/uv) - A fast Python package installer
  • [Docker](https://www.docker.com/) (optional)

Local Installation

  1. Clone the repository:
git clone https://github.com/edyvision/student-services-demo-mcp.git
cd student-services-demo-mcp
  1. Install dependencies:
uv sync
# or
make install
  1. Run the server:
uv run main.py
# or
make start.mcp

Docker Installation

docker compose up --build

Claude Desktop Configuration

Add to your Claude Desktop mcp.json file:

{
  "mcpServers": {
    "student-services-mcp": {
      "url": "http://localhost:7860/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.