MCP Catalogs
Home

time vs brightspace-mcp-server

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

time
by modelcontextprotocol
brightspace-mcp-server
by RohanMuppa
Stars★ 85,748★ 19
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
educationAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

time · Summary

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

brightspace-mcp-server · Summary

MCP server for Brightspace (D2L) that lets AI check grades, assignments, announcements and course 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

brightspace-mcp-server · Use cases

  • Ask about grades and compare performance across multiple courses
  • Get upcoming assignment due dates and create study schedules
  • Access and summarize course announcements and discussion posts

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"]
    }
  }
}

brightspace-mcp-server · Install

Installation

**Option 1: Let your AI do it** Paste this into Claude Code, Cursor, Windsurf, Copilot, or any AI coding assistant:

Install brightspace-mcp-server for me by following https://github.com/RohanMuppa/brightspace-mcp-server/blob/main/LLMs.md (use --purdue if I'm at Purdue).

**Option 2: Run it yourself**

npx brightspace-mcp-server setup

Purdue students can add --purdue to skip entering the school URL.

**Manual Client Configuration** For clients not supporting the automatic setup:

  1. Run npx brightspace-mcp-server setup first to save credentials
  2. Register the server with command: npx -y brightspace-mcp-server@latest
  3. On Windows: cmd /c npx -y brightspace-mcp-server@latest

**Claude Desktop Configuration** Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brightspace": {
      "command": "npx",
      "args": ["-y", "brightspace-mcp-server@latest"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.