ZEN University Syllabus MCP Server
Provides access to ZEN University syllabus data, allowing AI agents to recommend courses and offer enrollment advice based on academic requirements
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ZEN University Syllabus MCP Serverrecommend courses for becoming a frontend engineer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ZEN University Syllabus MCP Server Implementation
An implementation of MCP that allows access to content from the ZEN University syllabus .
How to use
Install Node.js. Use Node.js version 20 or later.
Clone this repository or download the ZIP file and extract it. Open it in a console and run the following command:
npm install
npx tscBuild with. For Mac, add execution permissions in the console: chmod 755 build/index.js
Related MCP server: University Course Catalog MCP Server
Claude Desktop settings
Install Claude Desktop . The VSCode editor must be installed.
code $env:AppData\Claude\claude_desktop_config.jsonOpen the settings file with. For Mac,
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonRewrite it as follows and set it.
{
"mcpServers": {
"get-subjects": {
"command": "node",
"args": [
"C:\\Users\\sifue\\workspace\\zen-syllabus-mcp\\build\\index.js"
]
}
}
}Change the path of build/index.js as appropriate.
On Mac,
{
"mcpServers": {
"get-subjects": {
"command": "node",
"args": [
"/Users/sifue/workspace/zen-syllabus-mcp/build/index.js"
]
}
}
}If you are using a Node.js version control system such as nvm , specify node as follows.
{
"mcpServers": {
"get-subjects": {
"command": "/Users/soichiro_yoshimura/.nvm/versions/node/v22.14.0/bin/node",
"args": [
"/Users/soichiro_yoshimura/workspace/zen-syllabus-mcp/build/index.js"
]
}
}
}It will look like this. Change the path of build/index.js as appropriate.
After setting, restart Claude Desktop.
"Using ZEN University's MCP syllabus, please give us your recommended courses for becoming a front-end engineer."
Verified.


It will look like this. If you set course requirements, you can also discuss course details in detail.
VSCode settings
[Unverified] It will be available when GitHub Copilot will be able to use AI agents (currently only preview version). Search for settings with mcp and set the following to setting.json. Change the path as appropriate. A start button will appear above weather in the json, so start it.
{
"mcpServers": {
"get-subjects": {
"command": "node",
"args": [
"C:\\Users\\sifue\\workspace\\zen-syllabus-mcp\\build\\index.js"
]
}
}
}Once set up, use GitHub Copilot
"Using ZEN University's MCP syllabus, please give us your recommended courses for becoming a front-end engineer."
If you set course requirements, you can also discuss course details in detail.
Operation check when implementing on a server
For more information, see the Client implementation in the TypeScript SDK .
node build/index.jsStart the server with:
node .\build\client.jsStart the client and run it.
The client rewrites the code to be verified, and then
npx tscBuild and run the client again.
reference
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceTransforms documentation repositories into interactive educational content and provides standardized access to AI-generated structured courses through MCP protocol. Generates multi-complexity learning paths from docs and enables AI tutoring applications to interact with course content.
- FlicenseNot gradedqualityCmaintenanceMCP server that exposes a university course catalog to LLMs, enabling course search, prerequisite lookup, instructor details, and department directory through natural language.
- AlicenseNot gradedqualityCmaintenanceMCP server that turns UPB Virtual (Moodle) into a structured knowledge source, enabling AI assistants to query courses, assignments, deadlines, announcements, and sync materials via REST API.MIT
- FlicenseAqualityBmaintenanceEnables MCP clients to search and read the free AI School curriculum, including 550+ tracks on AI engineering, governance, security, and applied AI by profession.4
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sifue/zen-syllabus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server