Learn Anything
Turns any topic into a structured lesson with intuition, examples, and spaced repetition, using no AI on the server side.
README
Learn Anything ๐
Turn any topic into a real lesson โ not a summary. Free, open-source, zero extra credits.
One MCP server for Claude & ChatGPT.
What a lesson contains
- Where this sits โ what it is, why it's worth knowing, and the prerequisites (with the one you're most likely missing flagged)
- Intuition โ the core idea in plain language, plus an analogy that maps structurally โ and the exact point where the analogy stops being true
- Worked example โ one concrete case with real values, every step shown (including the one it'd be tempting to call obvious)
- The precise version โ the formal account, mapped line-by-line back to the intuition
- What people get wrong โ real misconceptions: what people believe โ why it's tempting โ why it's wrong โ what's true
- Check yourself โ questions escalating recognize โ apply โ transfer, with worked answers, plus an "explain it back" task
- Make it stick โ a 1 day / 1 week / 1 month spaced-repetition plan and what to learn next
Why it's actually good
Two rules make the difference:
- Simplify the wording, never the substance. A beginner lesson must leave you with a smaller true model, never a false one.
- Flag every simplification where it's made, and name the truer version โ so you always know where the map ends.
Plus: it teaches your topic verbatim (not an adjacent easier one), and invents nothing โ no fabricated facts, papers, names, or numbers.
How it's free
The server runs no AI. It returns a master-teacher protocol as plain text; your own Claude/ChatGPT executes it in the same turn. No API key, no second bill.
Use it
Learn Anything: how do transformers work?
Learn Anything, beginner: Bayes' theorem
Learn Anything, advanced, I know linear algebra: diffusion models
Knobs: level (beginner/intermediate/advanced) ยท background (what you already know) ยท focus
Deploy your own (free)
npm install
npx wrangler deploy # prints your live URL
Your connector URL is that address + /mcp.
Connect it
- Claude (any plan): Settings โ Connectors โ Add custom connector โ paste the
/mcpURL - ChatGPT (Plus+, desktop web): Settings โ Connectors โ Advanced โ Developer mode โ add the
/mcpURL, Auth None
License
MIT ยฉ 2026 Pranay Mahendrakar โ free to use, modify, and share.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.