Command Palette

Search for a command to run...

UnylyUnyly
Browse all

TKU Academic Systems (TronClass & TKU-ilife)

FreeNot checked

Connects Blender to TKU's learning management and student information systems, enabling automated interactions with university platforms through authenticated a

GitHubEmbed

About

Connects Blender to TKU's learning management and student information systems, enabling automated interactions with university platforms through authenticated access to TronClass and TKU-ilife.

README

[!WARNING]
Reminder: This project is intended only to demonstrate the use of MCP. It is not meant for production use or full implementation.

TKU-MCP connects TronClass to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with TronClass

Installation

Prerequisites

  • Python 3.10 or newer
  • uv package manager:

Install uv as

brew install uv

Environment variables set up

add .env to the project folder

USERNAME="YOURSTUDENTID"
PASSWORD="YOURSSOPASSWORD"

Claude for Desktop Integration

Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:

{
  "mcpServers": {
      "tku-mcp": {
          "command": "uv",
          "args": [
              "--directory",
              "ABSOLUTE PATH TO FOLDER",
              "run",
              "server.py"
          ]
      }
  }
}

from github.com/cantpr09ram/tronclass-mcp

Installing TKU Academic Systems (TronClass & TKU-ilife)

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/cantpr09ram/tronclass-mcp

FAQ

Is TKU Academic Systems (TronClass & TKU-ilife) MCP free?

Yes, TKU Academic Systems (TronClass & TKU-ilife) MCP is free — one-click install via Unyly at no cost.

Does TKU Academic Systems (TronClass & TKU-ilife) need an API key?

No, TKU Academic Systems (TronClass & TKU-ilife) runs without API keys or environment variables.

Is TKU Academic Systems (TronClass & TKU-ilife) hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install TKU Academic Systems (TronClass & TKU-ilife) in Claude Desktop, Claude Code or Cursor?

Open TKU Academic Systems (TronClass & TKU-ilife) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare TKU Academic Systems (TronClass & TKU-ilife) with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs