NTU COOL CLI + MCP server (Rust). Canvas LMS-based study tool surface for AI agents and humans.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ntucool": {
"command": "cargo",
"args": [
"run",
"--",
"ntucool"
]
}
}
}
Run in terminal:
claude mcp add ntucool cargo run -- ntucool
Add to .cursor/mcp.json:
{
"mcpServers": {
"ntucool": {
"command": "cargo",
"args": [
"run",
"--",
"ntucool"
]
}
}
}