Kadmia MCP Server
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., "@Kadmia MCP ServerExplain closures"
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.
Kadmia MCP Server
A Model Context Protocol (MCP) server for integrating the Kadmia JavaScript learning platform with AI assistants like Claude Code, Cursor, and others.
Prerequisites
Node.js 18+ - Download here
Kadmia account - Sign up free
Related MCP server: JS Reverse MCP
Quick Start
1. Get your Kadmia credentials
Log into Kadmia to get your Firebase UID and API Key.
2. Configure Claude Code
Open your terminal and edit the Claude config file:
# macOS/Linux
nano ~/.claude.json
# Windows
notepad %USERPROFILE%\.claude.jsonAdd the following (replace the placeholder values with your credentials from Kadmia):
{
"mcpServers": {
"kadmia": {
"command": "npx",
"args": ["-y", "kadmia-mcp"],
"env": {
"KADMIA_LEARNER_ID": "your-firebase-uid-here",
"KADMIA_API_KEY": "your-api-key-here"
}
}
}
}Alternative: Use the /mcp command inside Claude Code to add the server interactively.
3. Configure Cursor (Alternative)
Open Cursor and go to Settings (gear icon) → MCP
Click Add Server and enter:
Command:
npx -y kadmia-mcpEnvironment variables:
KADMIA_LEARNER_ID=your-firebase-uid-hereKADMIA_API_KEY=your-api-key-here
4. Verify It Works
Restart Claude Code or Cursor, then ask:
"Use the Kadmia explain_concept tool to explain closures"
If configured correctly, you'll get a personalized explanation based on your Kadmia skill level.
Environment Variables
Variable | Required | Description |
| Yes | Your Firebase UID from thekadmia.com/kadmia-mcp |
| Yes | Your API key from thekadmia.com/kadmia-mcp |
| No | API base URL (default: Kadmia staging API) |
Available Tools
get_learner_progress
Get your learning progress from Kadmia (requires authentication).
Parameter | Type | Required | Description |
— | — | — | No input required |
Output: Progress data including subjects, recent activity, and learning insights.
explain_concept
Explain a JavaScript concept at your skill level. Returns an explanation tailored to your Kadmia progress with examples, common mistakes, and links to relevant lessons.
Parameter | Type | Required | Description |
| string | Yes | The JavaScript concept to explain (e.g., "closures", "event loop", "prototype chain") |
| string | No | Code snippet to make the explanation more relevant |
|
| No | How detailed the explanation should be (default: "standard") |
How It Works
The Kadmia MCP server creates a bridge between your coding environment and the Kadmia learning app:
┌─────────────────┐ ┌─────────────────┐
│ IDE/Coding │ │ Kadmia App │
│ │ ──── MCP ────► │ │
│ • Explanations │ │ • Skill levels │
│ • Progress │ ◄──── MCP ──── │ • Mastery data │
└─────────────────┘ └─────────────────┘Explanations are tailored to your skill level from Kadmia
Progress data personalizes your learning experience
Future Tools
bookmark_concept— Save concepts to study later in the Kadmia appgenerate_challenge— Get coding challenges calibrated to your skill leveljs_comedy_hour— Hear the JS joke of the day
Development
# Run with auto-reload
npm run dev
# Build TypeScript
npm run build
# Run the server
npm startMaintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Rakeshpatel87p/kadmia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server