A Model Context Protocol (MCP) for accessing student information from the Higher Education Management Information System (HEMIS). Allows students to retrieve academic information, schedules, grades, attendance, and other university-related data through Claude.
mcphemisstudentuniversityeducationapiacademicscheduletool
Installation & Configuration
{
"mcpServers": {
"hemis": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp_hemis_student",
"run",
"server.py"
],
"env": {
"HEMIS_API_BASE": "https://student.hemis.uz/rest/v1/",
"HEMIS_LOGIN": "your_student_id",
"HEMIS_PASSWORD": "your_password"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15