eclass-mcp-server

sdi2200262/eclass-mcp-server
★ 8 stars Python 🧠 Memory/Knowledge Updated today
A Model Context Protocol (MCP) server for the Open eClass platform.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eclass-mcp-server": {
      "command": "uvx",
      "args": [
        "eclass-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install eclass-mcp-server