Smartschool MCP: A Model Context Protocol (MCP) server that enables seamless communication between AI agents and the Smartschool platform. 🧠
Access Smartschool courses, grades, assignments, and messages
Server Config
{
"mcpServers": {
"smartschool": {
"command": "uvx",
"args": [
"smartschool-mcp"
],
"env": {
"SMARTSCHOOL_USERNAME": "your_username",
"SMARTSCHOOL_PASSWORD": "your_password",
"SMARTSCHOOL_MAIN_URL": "your-school.smartschool.be",
"SMARTSCHOOL_MFA": "YYYY-MM-DD"
}
}
}
}