★ 0 stars
TypeScript
🤖 AI/LLM
Updated today
MCP server for Denmark's Aula school platform — TypeScript MitID auth, no headless browser. Exposes profiles, calendar, messages, ugeplaner to AI agents (Claude/Cursor/etc) via Model Context Protocol.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aula-mcp": {
"command": "npx",
"args": [
"-y",
"Casperjuel/aula-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aula-mcp npx -y Casperjuel/aula-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aula-mcp": {
"command": "npx",
"args": [
"-y",
"Casperjuel/aula-mcp"
]
}
}
}
📋 Copy
Topics
ai-agents aula bun claude denmark hono mcp mcp-server mitid model-context-protocol school typescript