xiaoya-teacher-mcp-server

Sav1ouR520/xiaoya-teacher-mcp-server
★ 0 stars Python 📦 Other Updated today
小雅教育管理MCP服务器 - 专为教师设计,提供课程资源管理和试题创建工具
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": {
    "xiaoya-teacher-mcp-s": {
      "command": "uvx",
      "args": [
        "xiaoya-teacher-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install xiaoya-teacher-mcp-server