mcp-academy
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-academywhat's my next lesson?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-academy
MCP server for StudioMeyer Academy — connect Claude Code, Cursor, or Claude Desktop to your learning progress.
See where you are in the 6-level Memory-First AI Operator curriculum
Get the next lesson recommended based on your real progress
Take inline quizzes, submit checkpoints, earn certificates
Run daily spaced-repetition review directly in your chat
Talk to the Academy AI-Tutor about the current lesson (Pro only)
Academy lives at https://academy.studiomeyer.io.
Install
npm install -g mcp-academyOr run without installing:
npx -y mcp-academySetup
Create a new API key (e.g. "Claude Code Desktop")
Copy the token — it starts with
academy_...Wire it into your MCP-capable client.
Claude Code
claude mcp add academy \
-s user \
--env ACADEMY_API_KEY=academy_your_token_here \
-- npx -y mcp-academyClaude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your OS:
{
"mcpServers": {
"academy": {
"command": "npx",
"args": ["-y", "mcp-academy"],
"env": {
"ACADEMY_API_KEY": "academy_your_token_here"
}
}
}
}Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"academy": {
"command": "npx",
"args": ["-y", "mcp-academy"],
"env": { "ACADEMY_API_KEY": "academy_your_token_here" }
}
}
}Tools
Tool | Description |
| Your XP, rank, streak, badges, certificates, weekly league standing. |
| All 6 levels with access info (free / paid / earned). |
| List lessons in a level with completed status. |
| Get full content of a specific lesson. |
| Recommend the next incomplete lesson based on progress. |
| Mark a lesson as completed — grants XP, updates streak, schedules review. |
| Fetch a lesson quiz or level-checkpoint quiz. |
| Submit answers. Returns score + per-question feedback. Checkpoint pass → certificate. |
| Items due for spaced-repetition today. |
| Grade a review item (again / good / easy) — SM-2 schedules next review. |
| Your earned certificates with public verification URLs. |
| Ask the AI-Tutor. Context-aware if you pass level + lessonSlug. Pro only. |
Env Variables
Var | Required | Default |
| yes | — |
| no |
|
Setting ACADEMY_BASE_URL is useful if you want to run the MCP server against a local Academy instance (http://localhost:3220).
Privacy
The server never stores anything locally. Every call is a straight HTTPS request to your Academy account, authenticated by the Bearer token you configured. Revoke any key at https://academy.studiomeyer.io/dashboard/keys.
License
MIT © StudioMeyer.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/studiomeyer-io/mcp-academy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server