nccu-course-mcp

yyu0310/nccu-course-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for querying NCCU course listings (qrysub.nccu.edu.tw) — search courses and read syllabi programmatically.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nccu-course-mcp": {
      "command": "uvx",
      "args": [
        "nccu-course-mcp"
      ]
    }
  }
}

Or install with pip: pip install nccu-course-mcp

README Excerpt

An MCP server for querying NCCU (National Chengchi University) course listings (qrysub.nccu.edu.tw) programmatically, so an AI assistant or a student can search courses in plain language instead of fighting the web UI. Course data is fetched **live** from the public course API on every query; there is

Tools (2)

deptsemester

Topics

ai-agentsclaudeeducationmcpmodel-context-protocolpythonweb-scraping