TronClass Claude Integration
STDIOConnects TronClass to Claude AI through Model Context Protocol for direct interaction.
Connects TronClass to Claude AI through Model Context Protocol for direct interaction.
[!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
Install uv as
brew install uv
add .env
to the project folder
USERNAME="YOURSTUDENTID" PASSWORD="YOURSSOPASSWORD"
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" ] } } }