StudioMeyer Academy
Rank #14,403io.studiomeyer/academy
The Academy curriculum as an offline MCP library. Hosted course connector adds progress.
StudioMeyer Academy is a Model Context Protocol (MCP) server published by studiomeyer-io. It ranks #14,403 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. StudioMeyer Academy is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 101,057 of 115,460 servers on MCP Toplist.
Use StudioMeyer Academy
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http academy https://mcp.studiomeyer.academy/mcpclaude mcp add academy -e "ACADEMY_API_KEY=<your ACADEMY_API_KEY>" -- npx -y mcp-academyReplace each placeholder with your own value before saving.
[mcp_servers.academy]
url = "https://mcp.studiomeyer.academy/mcp"Add to ~/.codex/config.toml.
[mcp_servers.academy]
command = "npx"
args = ["-y", "mcp-academy"]
[mcp_servers.academy.env]
ACADEMY_API_KEY = "<your ACADEMY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.studiomeyer.academy/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"academy": {
"command": "npx",
"args": [
"-y",
"mcp-academy"
],
"env": {
"ACADEMY_API_KEY": "<your ACADEMY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"academy": {
"url": "https://mcp.studiomeyer.academy/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"academy": {
"command": "npx",
"args": [
"-y",
"mcp-academy"
],
"env": {
"ACADEMY_API_KEY": "<your ACADEMY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"academy": {
"type": "http",
"url": "https://mcp.studiomeyer.academy/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"academy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-academy"
],
"env": {
"ACADEMY_API_KEY": "<your ACADEMY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"academy": {
"serverUrl": "https://mcp.studiomeyer.academy/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"academy": {
"command": "npx",
"args": [
"-y",
"mcp-academy"
],
"env": {
"ACADEMY_API_KEY": "<your ACADEMY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"academy": {
"url": "https://mcp.studiomeyer.academy/mcp"
}
}
}{
"mcpServers": {
"academy": {
"command": "npx",
"args": [
"-y",
"mcp-academy"
],
"env": {
"ACADEMY_API_KEY": "<your ACADEMY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.studiomeyer%2Facademy)<a href="https://mcptoplist.com/server/io.studiomeyer%2Facademy"><img src="https://mcptoplist.com/badge/io.studiomeyer%2Facademy.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
studiomeyer-io
Other servers by studiomeyer-io
- Local Memory#4,011 · 3 vers
- StudioMeyer Video#8,506 · 2 vers
- Studiomeyer Memory#9,910 · 1 ver
- MCP Tenant Pair#14,404 · 2 vers
- Stateless Migrator#14,414 · 3 vers
- Studiomeyer Geo#14,628 · 1 ver
- Studiomeyer Crm#15,370 · 1 ver
- StudioMeyer Personal Suite#16,144 · 2 vers
- MCP Hook Conformance#16,286 · 2 vers
- MCP Protocol Conformance#16,925 · 2 vers
- Tenant Context#18,152 · 2 vers
- MCP Server Attestation#18,560 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.4.1 | Aug 11, 2026 |
| 0.3.0 | May 31, 2026 |
Frequently asked questions
- Who maintains StudioMeyer Academy?
- StudioMeyer Academy is maintained by studiomeyer-io, which publishes 30 MCP servers (41 total versions) tracked on MCP Toplist.
- Is StudioMeyer Academy listed on the Official MCP Registry?
- Yes — StudioMeyer Academy is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does StudioMeyer Academy have?
- MCP Toplist tracks 2 versions of StudioMeyer Academy, most recently published on Aug 11, 2026.
- Where can I find the source code for StudioMeyer Academy?
- The source code for StudioMeyer Academy is hosted at github.com/studiomeyer-io/mcp-academy.