Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"academy": {
"args": [
"-y",
"mcp-academy"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-academy' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-academy against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
MCP Security Weekly
Get CVE alerts and security updates for io.studiomeyer/academy and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it
Take the StudioMeyer Academy "Memory-First AI Operator" course right inside your AI. Claude, ChatGPT, Cursor or Codex becomes your tutor — it pulls the lessons, explains them, answers your questions, and walks you through building real things.
The whole curriculum ships inside this package: 6 levels, ~47 lessons (DE/EN/ES), 48 hands-on playbooks, 61 build recipes. No account, no API key, no database, no network needed to learn. It's free and open source.
Academy lives at https://studiomeyer.academy.
We have been building tools and systems for ourselves for the past two years. The fact that this repo is small and has few stars is not because it is new. It is because we only just decided to share what we have built. It is not a fresh experiment, it is a long story with a recent commit.
We love building things and sharing them. We do not love social media tactics, growth hacks, or chasing stars and followers. So this repo is small. The code is real, it gets used, issues get answered. Judge for yourself.
From a small studio in Palma de Mallorca.
claude mcp add academy -s user -- npx -y mcp-academy
Then just say: "Start the Academy." Your assistant calls academy_welcome and you're learning.
{
"mcpServers": {
"academy": {
"command": "npx",
"args": ["-y", "mcp-academy"]
}
}
}
ChatGPT connects to a hosted URL, not a local command. Add a connector pointing at:
https://mcp.studiomeyer.academy/mcp
No authentication needed — it's a public, read-only learning server. (Settings → Connectors / Developer mode → add the URL above.) ChatGPT then uses search + fetch to read the course and teach it to you.
| Tool | What it does |
|---|---|
academy_welcome | Orientation — call this first |
academy_levels | The 6-level learning path |
academy_lessons / academy_lesson | List a level / read a full lesson |
academy_playbooks / academy_playbook | Hands-on how-tos |
academy_recipes / academy_recipe | Step-by-step build guides |
academy_search | Search the whole curriculum |
academy_tutor_context | Get a lesson packaged for tutoring — your AI teaches it |
search / fetch | The ChatGPT connector contract (read course material) |
All locales: de, en, es (default en).
If you have a studiomeyer.academy account, add your API key over stdio to unlock personal progress, quizzes, spaced-repetition and certificates:
claude mcp add academy -s user --env ACADEMY_API_KEY=academy_xxx -
... [View full README on GitHub](https://github.com/studiomeyer-io/mcp-academy#readme)