CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
studiomeyer-io avatar

StudioMeyer Academy

studiomeyer-io/mcp-academy
1authSTDIO, HTTPregistry active
Summary

Connects Claude to the StudioMeyer Academy's Memory-First AI Operator curriculum. You get 23 tools covering lesson progress tracking, quiz submission, spaced repetition reviews, and a knowledge graph of 32 concepts around CLAUDE.md, MCP server patterns, and OAuth flows. The Recipe tools walk you through 74 validated exercises with per-step Bash checks that verify your work before advancing. Most content is free, advanced recipes and the AI tutor require a Pro subscription. Works with Claude Desktop, Claude Code, and Cursor. Install via npm or npx, authenticate with an API key from the dashboard, and your learning state syncs server-side.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it

mcp-academy

npm version npm downloads License Last commit GitHub stars

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, 63 lessons (DE/EN/ES), 104 hands-on playbooks, 63 build recipes. No account, no API key, no database, no network needed to learn. It's free and open source.

  • Levels 1–3 — fundamentals: what LLMs really do, prompting, simple automation.
  • Levels 4–6 — the part almost nobody teaches: persistent memory, the MCP protocol, hooks & skills, multi-agent systems, and building + selling your own MCP server.

Academy lives at https://studiomeyer.academy.

Library or course — pick one

This package is the library: the curriculum, offline, in your editor, with nobody to sign in as. Read everything, in three languages, forever, for free.

If you want the course — progress that survives the session, quizzes, certificates, a tutor that knows where you left off — connect the hosted server instead:

https://mcp.studiomeyer.academy/mcp

It asks you to sign in once (Google, Discord, or a link by email), and that is the whole difference. Same lessons, plus a memory of your way through them. Both are free.

A note from us

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.

Quick start

Claude Code

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.

Cursor / Claude Desktop / Codex

{
  "mcpServers": {
    "academy": {
      "command": "npx",
      "args": ["-y", "mcp-academy"]
    }
  }
}

ChatGPT (and other remote connectors)

ChatGPT connects to a hosted URL, not a local command. Add a connector pointing at:

https://mcp.studiomeyer.academy/mcp

You sign in once when you add it (Google, Discord, or a link by email) and the course then remembers your progress. If you would rather not sign in at all, use the npm package above — it carries the same curriculum offline.

What you can do (free, no account)

ToolWhat it does
academy_welcomeOrientation — call this first
academy_levelsThe 6-level learning path
academy_lessons / academy_lessonList a level / read a full lesson
academy_playbooks / academy_playbookHands-on how-tos
academy_recipes / academy_recipeStep-by-step build guides
academy_searchSearch the whole curriculum
academy_tutor_contextGet a lesson packaged for tutoring — your AI teaches it
search / fetchThe ChatGPT connector contract (read course material)

All locales: de, en, es (default en).

Optional: track your progress (account)

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 -- npx -y mcp-academy

Create a key at https://studiomeyer.academy/dashboard/keys. This adds: academy_stats, academy_next_lesson, academy_progress_complete, academy_quiz, academy_quiz_submit, academy_review, academy_review_grade, academy_certificates, academy_tutor (Pro). These talk to the Academy REST bridge with your Bearer token. The hosted course at mcp.studiomeyer.academy offers the same tools without any key — it signs you in via OAuth instead, which is the friendlier route.

ACADEMY_BASE_URL defaults to https://studiomeyer.academy and should only ever point at the real Academy origin (it's where your key is sent). Useful for pointing at a local Academy instance during development.

Run your own HTTP endpoint

ACADEMY_MCP_PORT=3116 npx -y mcp-academy --http   # the hosted course: OAuth required, needs Postgres

Stateless Streamable HTTP, one isolated session per request, behind a reverse proxy. Every /mcp request needs a Bearer token — the server answers 401 with a WWW-Authenticate header and clients follow it into the sign-in flow by themselves. It therefore needs Postgres (ACADEMY_MCP_DATABASE_URL, pointed at the Academy's own database), a public ACADEMY_MCP_BASE_URL, SMTP for magic links, and Google/Discord credentials if you want those buttons. ACADEMY_API_KEY is ignored here — one shared key cannot stand for every caller.

How it stays fresh & safe

The curriculum is baked into the package at build time from the live Academy content (npm run bundle), behind a hard source whitelist + a secret-leak gate that aborts the build on any real-looking credential. Quiz answer keys and the AI-tutor system prompt are never bundled — they live server-side and are only reachable with your own account key.

About StudioMeyer

StudioMeyer is an AI and design studio in Palma de Mallorca, working with clients worldwide. We build custom websites and AI infrastructure for small and medium businesses. Source: studiomeyer-io/mcp-academy. Issues and PRs welcome — hello@studiomeyer.io.

License

MIT © StudioMeyer

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

ACADEMY_API_KEYsecret

Optional. Academy API key from studiomeyer.academy/dashboard/keys. Without it: free account-free mode (full curriculum). With it: adds progress/quizzes/certificates over stdio.

Categories
AI & LLM Tools
Registryactive
Packagemcp-academy
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 31, 2026
View on GitHub

More from studiomeyer-io

  • StudioMeyer Video2
  • MCP Hook Conformance
  • MCP Protocol Conformance
  • MCP stdio ShellGuard
  • MCP Tenant Pair
  • mcp-armor
  • StudioMeyer Personal Suite
  • MCP Server Attestation

Related AI & LLM Tools MCP Servers

View all →
paoloricciuti avatar
Letmediff MCP

it.letmediff/mcp

The official Letmediff MCP server helping you review your code with an agent first workflow
1
ivanantigravity-lgtm avatar
Model Council Mcp Server

ivanantigravity-lgtm/model-council-mcp-server

Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude.
1
jayvee6 avatar
Apple Mail MCP

jayvee6/apple-mail-mcp

LLM access to Apple Mail and iCloud via AppleScript. Read, search, compose, reply, flag and delete.
1
jdoornink avatar
K8gentS — Kubernetes RCA MCP Server

jdoornink/k8gents

Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.
1
joesaby avatar
Doctree Mcp

joesaby/doctree-mcp

BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls.
1
kioie avatar
memex

kioie/memex

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.
1