AI School by Lilly Tech Systems
FreeNot checkedSearch and read 550+ free AI course tracks and 21,000+ lessons, so answers can cite a real lesson.
About
Search and read 550+ free AI course tracks and 21,000+ lessons, so answers can cite a real lesson.
README
Gives any MCP client - Claude Code, Claude Desktop, or anything else speaking the protocol - the ability to search and read the free AI School curriculum: 550+ tracks covering AI engineering, governance, security, and applied AI by profession.
The point is not "an AI that knows about AI". It is that when an assistant answers a question about, say, chunking strategy or the EU AI Act, it can point at a specific lesson you can go and read, instead of producing a fluent paragraph you have no way to check.
Install
One command, nothing to clone. Node 20+ is the only requirement: no API key, no account, no server to run.
Claude Code
claude mcp add ai-school -- npx -y ai-school-mcp
Claude Desktop - add to claude_desktop_config.json:
{
"mcpServers": {
"ai-school": {
"command": "npx",
"args": ["-y", "ai-school-mcp"]
}
}
}
Pin a version if you would rather not track the latest release:
claude mcp add ai-school -- npx -y [email protected]
Hosted, nothing to install. The same server also runs at
https://lillytechsystems.com/mcp over Streamable HTTP, and is listed in the
official MCP Registry as com.lillytechsystems/ai-school:
claude mcp add --transport http ai-school https://lillytechsystems.com/mcp
From a clone
Faster to start, and the right setup for contributing or for pointing at a local copy of the site:
git clone https://github.com/Lilly-Tech-Collab/ai-school-mcp.git
cd ai-school-mcp
npm install
npm test # smoke-tests the handshake, tools and a live API call
claude mcp add ai-school -- node "$PWD/server.js"
Set AI_SCHOOL_SITE to point the server at a different host; it defaults to
https://lillytechsystems.com.
The server reads the public static curriculum API at
https://lillytechsystems.com/ai-school/api/v1/, which is a set of JSON files
on the same host as the site. Nothing is authenticated and nothing is written.
Tools
| Tool | What it does |
|---|---|
search_lessons |
Search lesson titles across the whole curriculum. Returns titles and URLs. |
list_tracks |
List course tracks, optionally filtered. |
get_track |
One track with its full lesson list, so you can see a course's structure. |
read_lesson |
Fetch a lesson's full text as readable markdown-ish output. |
Resources
| URI | Contents |
|---|---|
aischool://catalogue |
Counts, licence terms, endpoint list. |
aischool://tracks |
Every track with lesson counts. |
Notes
read_lessononly fetcheslillytechsystems.com. A "read this URL" tool that accepts arbitrary hosts is an SSRF primitive handed to whoever wrote the prompt, so the host check is deliberate and should stay.- Search is title-only and deliberately simple. The full-text index is 4 MB and
belongs in the browser, not in an MCP round trip; if title matching does not find
it,
list_tracksthenget_trackusually will. - The catalogue is cached per process. A long-running client fetches it once. Restart the server to pick up newly published lessons.
- Content licence. Lessons are free to read, link to and quote with attribution.
Republishing whole lessons is not permitted. The metadata (titles, descriptions,
URLs) may be used freely with attribution. See
aischool://catalogue.
Local development
npm run inspect # opens the MCP Inspector against this server
The server writes only to stderr; stdout is the protocol channel.
Installing AI School by Lilly Tech Systems
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Lilly-Tech-Collab/ai-school-mcpFAQ
Is AI School by Lilly Tech Systems MCP free?
Yes, AI School by Lilly Tech Systems MCP is free — one-click install via Unyly at no cost.
Does AI School by Lilly Tech Systems need an API key?
No, AI School by Lilly Tech Systems runs without API keys or environment variables.
Is AI School by Lilly Tech Systems hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install AI School by Lilly Tech Systems in Claude Desktop, Claude Code or Cursor?
Open AI School by Lilly Tech Systems on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
by paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
by GitHub ActionsAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare AI School by Lilly Tech Systems with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
