Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • GitHub MCP Server
  • MCP Server for ArangoDB
  • Notion Knowledge Base MCP Server
  • MCP Server
  • Surf MCP Server
Back to MCP Servers
ZEN University Syllabus MCP Server

ZEN University Syllabus MCP Server

Public
sifue/zen-syllabus-mcp

Provides Model Context Protocol (MCP) access to ZEN University syllabus content, enabling detailed course recommendations and curriculum planning through integration with Claude Desktop and VSCode environments.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with ZEN University Syllabus MCP Server

MCP Server

Unlock the full potential of ZEN University Syllabus MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

ZEN大学シラバスMCPサーバー実装

ZEN大学シラバスのコンテンツを利用できるようMCPを実装したもの。

使い方

Node.jsをインストールする。 Node.jsのバージョンは20以上を使用すること。

このリポジトリをクローンするか、ZIPでダウンロードして展開する。 コンソールで開き、以下のコマンドを実行する。

npm install npx tsc

でビルド。Macはコンソールで実行権限をつける。 chmod 755 build/index.js

Claude Desktopでの設定

Claude Desktopをインストールする。 VSCodeのエディタがインストール前提だが、

code $env:AppData\Claude\claude_desktop_config.json

で設定ファイルを開く。Macは、

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

以下のように書き換えて設定。

{ "mcpServers": { "get-subjects": { "command": "node", "args": [ "C:\\Users\\sifue\\workspace\\zen-syllabus-mcp\\build\\index.js" ] } } }

build/index.jsのパスは適宜変更すること。

Macでは、

{ "mcpServers": { "get-subjects": { "command": "node", "args": [ "/Users/sifue/workspace/zen-syllabus-mcp/build/index.js" ] } } }

nvmなどのNode.jsのバージョン管理システムを利用している場合以下のようにnodeを指定する。

{ "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" ] } } }

このようになる。build/index.jsのパスは適宜変更すること。

設定後はClaude Desktopを再起動。

「ZEN大学のシラバスMCPを利用して、フロントエンドエンジニアになるためのオススメの科目をあげてください」

で検証。

!Claude Desktopのスクショ1 !Claude Desktopのスクショ2

このようになる。履修要件を設定すれば細かな履修相談も可能。

VSCodeの設定

【未検証】いずれGitHub Copilot でAIエージェントが利用できるようなると利用できるらしい(現在はプレビュー版のみ)。 mcpで設定を検索して以下をsetting.jsonに設定。パスは適宜変更すること。jsonのweatherの上に起動ボタンが現れるので起動しておく。

{ "mcpServers": { "get-subjects": { "command": "node", "args": [ "C:\\Users\\sifue\\workspace\\zen-syllabus-mcp\\build\\index.js" ] } } }

設定後はGitHub Copilotで

「ZEN大学のシラバスMCPを利用して、フロントエンドエンジニアになるためのオススメの科目をあげてください」

で検証。履修要件を設定すれば細かな履修相談も可能。

サーバー実装時の動作確認

詳しくは、TypeScript SDKのClientの実装を参照。

node build/index.js

でサーバーを起動。

node .\build\client.js

でクライアントを起動して実行。

クライアントは検証したいコードに合わせて書き換え、その後、

npx tsc

でビルドして再度クライアントを実行する。

参考

  • MCPのQuickStart
  • VSCodeのMCP設定
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • GitHub MCP Server
    GitHub MCP Server

    Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...

    Added May 30, 2025
  • MCP Server for ArangoDB
    MCP Server for ArangoDB

    Model Context Protocol server enabling seamless interaction with ArangoDB through core database oper...

    7 tools
    Added May 30, 2025
  • Notion Knowledge Base MCP Server
    Notion Knowledge Base MCP Server

    Provides seamless access to Notion knowledge bases via Model Context Protocol, enabling detailed, re...

    Added May 30, 2025
  • MCP Server
    MCP Server

    Provides greeting-related tools, resources, and prompts via Model Context Protocol (MCP), enabling p...

    Added May 30, 2025
  • Surf MCP Server
    Surf MCP Server

    Provides tide information by location and date using latitude, longitude, and time zone data via Mod...

    1 tools
    Added May 30, 2025