ZEN大学シラバスMCPサーバー実装
ZEN大学シラバスのコンテンツを利用できるようMCPを実装したもの。
使い方
Node.jsをインストールする。 Node.jsのバージョンは20以上を使用すること。
このリポジトリをクローンするか、ZIPでダウンロードして展開する。 コンソールで開き、以下のコマンドを実行する。
でビルド。Macはコンソールで実行権限をつける。 chmod 755 build/index.js
Claude Desktopでの設定
Claude Desktopをインストールする。 VSCodeのエディタがインストール前提だが、
で設定ファイルを開く。Macは、
以下のように書き換えて設定。
build/index.js
のパスは適宜変更すること。
Macでは、
nvmなどのNode.jsのバージョン管理システムを利用している場合以下のようにnodeを指定する。
このようになる。build/index.js
のパスは適宜変更すること。
設定後はClaude Desktopを再起動。
「ZEN大学のシラバスMCPを利用して、フロントエンドエンジニアになるためのオススメの科目をあげてください」
で検証。
このようになる。履修要件を設定すれば細かな履修相談も可能。
VSCodeの設定
【未検証】いずれGitHub Copilot でAIエージェントが利用できるようなると利用できるらしい(現在はプレビュー版のみ)。 mcpで設定を検索して以下をsetting.jsonに設定。パスは適宜変更すること。jsonのweatherの上に起動ボタンが現れるので起動しておく。
設定後はGitHub Copilotで
「ZEN大学のシラバスMCPを利用して、フロントエンドエンジニアになるためのオススメの科目をあげてください」
で検証。履修要件を設定すれば細かな履修相談も可能。
サーバー実装時の動作確認
詳しくは、TypeScript SDKのClientの実装を参照。
でサーバーを起動。
でクライアントを起動して実行。
クライアントは検証したいコードに合わせて書き換え、その後、
でビルドして再度クライアントを実行する。
参考
local-only server
The server can only run on the client's local machine because it depends on local resources.
Enables access to ZEN University's syllabus content through MCP implementation, allowing users to get course recommendations and consultation about curriculum requirements via AI assistants.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that enables AI assistants to access and interact with Google Classroom data, allowing users to view courses, course details, and assignments through natural language commands.Last updated -7761JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables LLMs to interact with Moodle platforms to manage courses, students, assignments, and quizzes through natural language commands.Last updated -714JavaScriptMIT License
- -securityAlicense-qualityA comprehensive Model Context Protocol server providing educational resources and curriculum planning support with intelligent filtering across multiple educational APIs.Last updated -PythonMIT License
- AsecurityAlicenseAqualityEnables AI assistants to search and retrieve academic papers from arXiv through MCP tools, supporting search by various criteria, detailed paper information, category browsing, and PDF content extraction.Last updated -4482JavaScriptMIT License