MCP Catalogs
Home

aula-mcp vs time

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

aula-mcp
by Casperjuel
time
by modelcontextprotocol
Stars★ 22★ 85,748
30d uses
Score4377
Official
Categories
educationProductivityCommunication
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

aula-mcp · Summary

MCP server for Denmark's Aula school platform with MitID authentication, enabling AI agents to access student profiles, calendar, messages and schedules.

time · Summary

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

aula-mcp · Use cases

  • Parents checking children's school schedules and upcoming assignments
  • Automating retrieval of important school announcements and messages
  • Integrating school data with home automation systems via Home Assistant

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

aula-mcp · Install

Installation

  1. Requires Bun ≥ 1.3 and pnpm ≥ 10
git clone git@github.com/Casperjuel/aula-mcp.git
cd aula-mcp
pnpm install

# First-time MitID login (QR code in MitID app)
pnpm login

# Health check of all Aula endpoints
pnpm doctor

# Start MCP server (http://127.0.0.1:7878/mcp)
pnpm mcp

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "aula": {
      "command": "node",
      "args": ["/path/to/aula-mcp/packages/mcp-server/dist/server.js"]
    }
  }
}

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.